COLOR #8E2876

HEX: #8E2876
RGB: (142,40,118)

Color info

#8E2876 contains mainly red and blue colors. Web safe color of #8E2876 is #993366 (or #936).

RGB color model

#8E2876 color RGB value is (142,40,118).

  • red value is 142;
  • green value is 40;
  • blue value is 118.
RGB:
(142,40,118)
(56%,16%,46%)

RGB channels and saturation

R 142 of 255 = 56%
G 40 of 255 = 16%
B 118 of 255 = 46%

142
40
118

R + G + B ~ 39%. #8E2876 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
142 + 40 + 118 = 300 (100%)
R 142 of 300 ~ 47.33%
G 40 of 300 ~ 13.33%
B 118 of 300 ~ 39.33%

%47.33
%13.33
%39.33

CMYK color model

#8E2876 color CMYK value is (0,72,17,44).

  • cyan value is 0.00%
  • magenta value is 71.83%
  • yellow value is 16.90%
  • key color value is 44.31%
CMYK:
(0,72,17,44)
C0M72Y17K44 
(0%,72%,17%,44%)
(0.00/0.72/0.17/0.44)	

CMYK percentages

%0
%71.83
%16.9
%44.31

Codes

Color #8E2876 in popluar color models

8E2876
RGB14240118
HSL314°56.04%35.69%
HSB/HSV314°71.83%55.69%
CMYK0.00%71.83%16.90%
44.31%

Color #8E2876 in popluar number systems.

HEX8E2876
Decimal14240118
Binary100011101010001110110
Octal21650166

Shades and tints

Shades of #8E2876

#8E2876
(142,40,118)
#82256C
(130,37,108)
#762262
(118,34,98)
#6A1F58
(106,31,88)
#5E1C4E
(94,28,78)
#521944
(82,25,68)
#46163A
(70,22,58)
#3A1330
(58,19,48)
#2E1026
(46,16,38)
#220D1C
(34,13,28)
#160A12
(22,10,18)
#000000
(0,0,0)

Tints of #8E2876

#8E2876
(142,40,118)
#983B82
(152,59,130)
#A24E8E
(162,78,142)
#AC619A
(172,97,154)
#B674A6
(182,116,166)
#C087B2
(192,135,178)
#CA9ABE
(202,154,190)
#D4ADCA
(212,173,202)
#DEC0D6
(222,192,214)
#E8D3E2
(232,211,226)
#F2E6EE
(242,230,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E2876 color. Also use rgb(142,40,118) instead hex code.

Text Font Color

.myTextColor { color: #8E2876; }

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

This text font color is #8E2876.


Background Color

.myBgColor { background-color: #8E2876; }

<div style="background-color:#8E2876">Inner text</div>

This div background color is #8E2876.


Border color

.myBorderColor { border: 1px solid #8E2876; }

<div style="border:3px solid #8E2876">Div</div>

This div border color is #8E2876.


Opacity

.myOpacity80 { color: #8E2876; opacity: 0.8; }

<p style="color:#8E2876;opacity:0.8;">80%</p>

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

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

This text has shadow with #8E2876 color.

.textShadow {text-shadow: 3px 3px 1px #8E2876, 3px 3px 1px red;}

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

This text has shadow with #8E2876 primary color and red secondary color.


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

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

This text has shadow with #8E2876 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E2876 on black background.


Color preview on white background

This text has color #8E2876 on white background.



Black color preview on #8E2876 background

This text has black color on #8E2876 background.


White color preview on #8E2876 background

This text has white color on #8E2876 background.