COLOR #7E0E93

HEX: #7E0E93
RGB: (126,14,147)

Color info

#7E0E93 contains mainly red and blue colors. Web safe color of #7E0E93 is #660099 (or #609).

RGB color model

#7E0E93 color RGB value is (126,14,147).

  • red value is 126;
  • green value is 14;
  • blue value is 147.
RGB:
(126,14,147)
(49%,5%,58%)

RGB channels and saturation

R 126 of 255 = 49%
G 14 of 255 = 5%
B 147 of 255 = 58%

126
14
147

R + G + B ~ 37%. #7E0E93 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
126 + 14 + 147 = 287 (100%)
R 126 of 287 ~ 43.9%
G 14 of 287 ~ 4.88%
B 147 of 287 ~ 51.22%

%43.9
%51.22

CMYK color model

#7E0E93 color CMYK value is (14,90,0,42).

  • cyan value is 14.29%
  • magenta value is 90.48%
  • yellow value is 0.00%
  • key color value is 42.35%
CMYK:
(14,90,0,42)
C14M90Y0K42 
(14%,90%,0%,42%)
(0.14/0.90/0.00/0.42)	

CMYK percentages

%14.29
%90.48
%0
%42.35

Codes

Color #7E0E93 in popluar color models

7E0E93
RGB12614147
HSL291°82.61%31.57%
HSB/HSV291°90.48%57.65%
CMYK14.29%90.48%0.00%
42.35%

Color #7E0E93 in popluar number systems.

HEX7E0E93
Decimal12614147
Binary1111110111010010011
Octal17616223

Shades and tints

Shades of #7E0E93

#7E0E93
(126,14,147)
#730D86
(115,13,134)
#680C79
(104,12,121)
#5D0B6C
(93,11,108)
#520A5F
(82,10,95)
#470952
(71,9,82)
#3C0845
(60,8,69)
#310738
(49,7,56)
#26062B
(38,6,43)
#1B051E
(27,5,30)
#100411
(16,4,17)
#000000
(0,0,0)

Tints of #7E0E93

#7E0E93
(126,14,147)
#89239C
(137,35,156)
#9438A5
(148,56,165)
#9F4DAE
(159,77,174)
#AA62B7
(170,98,183)
#B577C0
(181,119,192)
#C08CC9
(192,140,201)
#CBA1D2
(203,161,210)
#D6B6DB
(214,182,219)
#E1CBE4
(225,203,228)
#ECE0ED
(236,224,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E0E93 color. Also use rgb(126,14,147) instead hex code.

Text Font Color

.myTextColor { color: #7E0E93; }

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

This text font color is #7E0E93.


Background Color

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

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

This div background color is #7E0E93.


Border color

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

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

This div border color is #7E0E93.


Opacity

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

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

Text with #7E0E93 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 #7E0E93;}

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

This text has shadow with #7E0E93 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E0E93 on black background.


Color preview on white background

This text has color #7E0E93 on white background.



Black color preview on #7E0E93 background

This text has black color on #7E0E93 background.


White color preview on #7E0E93 background

This text has white color on #7E0E93 background.