COLOR #7F0ED5

HEX: #7F0ED5
RGB: (127,14,213)

Renk bilgisi

#7F0ED5 contains mainly blue color. #7F0ED5 ‘ nin web güvenlik rengi #6600CC (ya da #60C) dir.

RGB renk modeli

#7F0ED5 color RGB value is (127,14,213).

  • kırmız ton 127;
  • yeşil ton 14;
  • mavi ton 213.
RGB:
(127,14,213)
(50%,5%,84%)

RGB bağlantıları ve doygunluk

R 127 of 255 = 50%
G 14 of 255 = 5%
B 213 of 255 = 84%

127
14
213

R + G + B ~ 46%. #7F0ED5 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
127 + 14 + 213 = 354 (100%)
R 127 of 354 ~ 35.88%
G 14 of 354 ~ 3.95%
B 213 of 354 ~ 60.17%

%35.88
%60.17

CMYK RENK MODELİ

#7F0ED5 rengi CMYK tonu (40,93,0,16).

  • camgöbeği tonu 40.38%
  • eflatun tonu 93.43%
  • sarı tonu 0.00%
  • ana renk tonu 16.47%
CMYK:
(40,93,0,16)
C40M93Y0K16 
(40%,93%,0%,16%)
(0.40/0.93/0.00/0.16)	

CMYK yüzdeleri

%40.38
%93.43
%0
%16.47

Codes

Color #7F0ED5 in popluar color models

7F0ED5
RGB12714213
HSL274°87.67%44.51%
HSB/HSV274°93.43%83.53%
CMYK40.38%93.43%0.00%
16.47%

Color #7F0ED5 in popluar number systems.

HEX7F0ED5
Decimal12714213
Binary1111111111011010101
Octal17716325

Shades and tints

Shades of #7F0ED5

#7F0ED5
(127,14,213)
#740DC2
(116,13,194)
#690CAF
(105,12,175)
#5E0B9C
(94,11,156)
#530A89
(83,10,137)
#480976
(72,9,118)
#3D0863
(61,8,99)
#320750
(50,7,80)
#27063D
(39,6,61)
#1C052A
(28,5,42)
#110417
(17,4,23)
#000000
(0,0,0)

Tints of #7F0ED5

#7F0ED5
(127,14,213)
#8A23D8
(138,35,216)
#9538DB
(149,56,219)
#A04DDE
(160,77,222)
#AB62E1
(171,98,225)
#B677E4
(182,119,228)
#C18CE7
(193,140,231)
#CCA1EA
(204,161,234)
#D7B6ED
(215,182,237)
#E2CBF0
(226,203,240)
#EDE0F3
(237,224,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F0ED5 color. Also use rgb(127,14,213) instead hex code.

Text Font Color

.myTextColor { color: #7F0ED5; }

<p style="color:#7F0ED5">This sample text font color is #7F0ED5.</p>

This text font color is #7F0ED5.


Background Color

.myBgColor { background-color: #7F0ED5; }

<div style="background-color:#7F0ED5">Inner text</div>

This div background color is #7F0ED5.


Border color

.myBorderColor { border: 1px solid #7F0ED5; }

<div style="border:3px solid #7F0ED5">Div</div>

This div border color is #7F0ED5.


Opacity

.myOpacity80 { color: #7F0ED5; opacity: 0.8; }

<p style="color:#7F0ED5;opacity:0.8;">80%</p>

Text with #7F0ED5 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #7F0ED5;}

<p style="text-shadow: 3px 3px 1px #7F0ED5">Text here.</p>

This text has shadow with #7F0ED5 color.

.textShadow {text-shadow: 3px 3px 1px #7F0ED5, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #7F0ED5, 5px 5px 20px red">Text here.</p>

This text has shadow with #7F0ED5 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#7F0ED5, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#7F0ED5, Direction=45, Strength=4)">Text</p>

This text has shadow with #7F0ED5 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #7F0ED5;
  -webkit-box-shadow:	1px 1px 3px 2px #7F0ED5;
  box-shadow:		1px 1px 3px 2px #7F0ED5;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #7F0ED5;
-webkit-box-shadow: 1px 1px 3px 2px #7F0ED5;
box-shadow:1px 1px 3px 2px #7F0ED5;">
Div content here</div>
This div box has shadow with color #7F0ED5.

Preview

Color preview on black background

This text has color #7F0ED5 on black background.


Color preview on white background

This text has color #7F0ED5 on white background.



Black color preview on #7F0ED5 background

This text has black color on #7F0ED5 background.


White color preview on #7F0ED5 background

This text has white color on #7F0ED5 background.