COLOR #7E118A

HEX: #7E118A
RGB: (126,17,138)

Color info

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

RGB color model

#7E118A color RGB value is (126,17,138).

  • red value is 126;
  • green value is 17;
  • blue value is 138.
RGB:
(126,17,138)
(49%,7%,54%)

RGB channels and saturation

R 126 of 255 = 49%
G 17 of 255 = 7%
B 138 of 255 = 54%

126
17
138

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

Portions of RGB colors in percentages

R + G + B =
126 + 17 + 138 = 281 (100%)
R 126 of 281 ~ 44.84%
G 17 of 281 ~ 6.05%
B 138 of 281 ~ 49.11%

%44.84
%49.11

CMYK color model

#7E118A color CMYK value is (9,88,0,46).

  • cyan value is 8.70%
  • magenta value is 87.68%
  • yellow value is 0.00%
  • key color value is 45.88%
CMYK:
(9,88,0,46)
C9M88Y0K46 
(9%,88%,0%,46%)
(0.09/0.88/0.00/0.46)	

CMYK percentages

%8.7
%87.68
%0
%45.88

Codes

Color #7E118A in popluar color models

7E118A
RGB12617138
HSL294°78.06%30.39%
HSB/HSV294°87.68%54.12%
CMYK8.70%87.68%0.00%
45.88%

Color #7E118A in popluar number systems.

HEX7E118A
Decimal12617138
Binary11111101000110001010
Octal17621212

Shades and tints

Shades of #7E118A

#7E118A
(126,17,138)
#73107E
(115,16,126)
#680F72
(104,15,114)
#5D0E66
(93,14,102)
#520D5A
(82,13,90)
#470C4E
(71,12,78)
#3C0B42
(60,11,66)
#310A36
(49,10,54)
#26092A
(38,9,42)
#1B081E
(27,8,30)
#100712
(16,7,18)
#000000
(0,0,0)

Tints of #7E118A

#7E118A
(126,17,138)
#892694
(137,38,148)
#943B9E
(148,59,158)
#9F50A8
(159,80,168)
#AA65B2
(170,101,178)
#B57ABC
(181,122,188)
#C08FC6
(192,143,198)
#CBA4D0
(203,164,208)
#D6B9DA
(214,185,218)
#E1CEE4
(225,206,228)
#ECE3EE
(236,227,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E118A color. Also use rgb(126,17,138) instead hex code.

Text Font Color

.myTextColor { color: #7E118A; }

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

This text font color is #7E118A.


Background Color

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

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

This div background color is #7E118A.


Border color

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

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

This div border color is #7E118A.


Opacity

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

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

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

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

This text has shadow with #7E118A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E118A on black background.


Color preview on white background

This text has color #7E118A on white background.



Black color preview on #7E118A background

This text has black color on #7E118A background.


White color preview on #7E118A background

This text has white color on #7E118A background.