COLOR #8E2154

HEX: #8E2154
RGB: (142,33,84)

Color info

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

RGB color model

#8E2154 color RGB value is (142,33,84).

  • red value is 142;
  • green value is 33;
  • blue value is 84.
RGB:
(142,33,84)
(56%,13%,33%)

RGB channels and saturation

R 142 of 255 = 56%
G 33 of 255 = 13%
B 84 of 255 = 33%

142
33
84

R + G + B ~ 34%. #8E2154 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
142 + 33 + 84 = 259 (100%)
R 142 of 259 ~ 54.83%
G 33 of 259 ~ 12.74%
B 84 of 259 ~ 32.43%

%54.83
%12.74
%32.43

CMYK color model

#8E2154 color CMYK value is (0,77,41,44).

  • cyan value is 0.00%
  • magenta value is 76.76%
  • yellow value is 40.85%
  • key color value is 44.31%
CMYK:
(0,77,41,44)
C0M77Y41K44 
(0%,77%,41%,44%)
(0.00/0.77/0.41/0.44)	

CMYK percentages

%0
%76.76
%40.85
%44.31

Codes

Color #8E2154 in popluar color models

8E2154
RGB1423384
HSL332°62.29%34.31%
HSB/HSV332°76.76%55.69%
CMYK0.00%76.76%40.85%
44.31%

Color #8E2154 in popluar number systems.

HEX8E2154
Decimal1423384
Binary100011101000011010100
Octal21641124

Shades and tints

Shades of #8E2154

#8E2154
(142,33,84)
#821E4D
(130,30,77)
#761B46
(118,27,70)
#6A183F
(106,24,63)
#5E1538
(94,21,56)
#521231
(82,18,49)
#460F2A
(70,15,42)
#3A0C23
(58,12,35)
#2E091C
(46,9,28)
#220615
(34,6,21)
#16030E
(22,3,14)
#000000
(0,0,0)

Tints of #8E2154

#8E2154
(142,33,84)
#983563
(152,53,99)
#A24972
(162,73,114)
#AC5D81
(172,93,129)
#B67190
(182,113,144)
#C0859F
(192,133,159)
#CA99AE
(202,153,174)
#D4ADBD
(212,173,189)
#DEC1CC
(222,193,204)
#E8D5DB
(232,213,219)
#F2E9EA
(242,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E2154 color. Also use rgb(142,33,84) instead hex code.

Text Font Color

.myTextColor { color: #8E2154; }

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

This text font color is #8E2154.


Background Color

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

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

This div background color is #8E2154.


Border color

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

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

This div border color is #8E2154.


Opacity

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

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

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

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

This text has shadow with #8E2154 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E2154 on black background.


Color preview on white background

This text has color #8E2154 on white background.



Black color preview on #8E2154 background

This text has black color on #8E2154 background.


White color preview on #8E2154 background

This text has white color on #8E2154 background.