COLOR #8E2254

HEX: #8E2254 RGB: (142,34,84)

Color info

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

RGB color model

#8E2254 color RGB value is (142,34,84).

RGB: (142,34,84) (56%, 13%, 33%)

RGB channels and saturation

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

142
34
84

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

Portions of RGB colors in percentages

R + G + B = 142 + 34 + 84 = 260 (100%)
R 142 of 260 ~ 54.62%
G 34 of 260 ~ 13.08%
B 84 of 260 ~ 32.31'%

%54.62
%13.08
%32.31

CMYK color model

#8E2254 color CMYK value is (0,76,41,44).

  • cyan value is 0.00%
  • magenta value is 76.06%
  • yellow value is 40.85%
  • key color value is 44.31%
CMYK: (0,76,41,44) C0M76Y41K44 (0%,76%,41%,44%) (0.00/0.76/0.41/0.44) 

CMYK percentages

%0
%76.06
%40.85
%44.31

Codes

Color #8E2254 in popluar color models

8E 22 54
RGB 142 34 84
HSL 332° 61.36% 34.51%
HSB/HSV 332° 76.06% 55.69%
CMYK 0.00% 76.06% 40.85%
44.31%

Color #8E2254 in popluar number systems.

HEX 8E 22 54
Decimal 142 34 84
Binary 10001110 100010 1010100
Octal 216 42 124

Shades and tints

Shades of #8E2254

#8E2254
(142,34,84)
#821F4D
(130,31,77)
#761C46
(118,28,70)
#6A193F
(106,25,63)
#5E1638
(94,22,56)
#521331
(82,19,49)
#46102A
(70,16,42)
#3A0D23
(58,13,35)
#2E0A1C
(46,10,28)
#220715
(34,7,21)
#16040E
(22,4,14)
#000000
(0,0,0)

Tints of #8E2254

#8E2254
(142,34,84)
#983663
(152,54,99)
#A24A72
(162,74,114)
#AC5E81
(172,94,129)
#B67290
(182,114,144)
#C0869F
(192,134,159)
#CA9AAE
(202,154,174)
#D4AEBD
(212,174,189)
#DEC2CC
(222,194,204)
#E8D6DB
(232,214,219)
#F2EAEA
(242,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E2254; }

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

This text font color is #8E2254.

Background Color

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

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

This div background color is #8E2254.

Border color

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

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

This div border color is #8E2254.

Opacity

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

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

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

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

This text has shadow with #8E2254 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8E2254.

Preview

Color preview on black background

This text has color #8E2254 on black background.


Color preview on white background

This text has color #8E2254 on white background.


Black color preview on #8E2254 background

This text has black color on #8E2254 background.


White color preview on #8E2254 background

This text has white color on #8E2254 background.


Related colors

Complementary color

Complementary color for #hex is #71DDAB.


I love getcolorcode.com

Triadic colors

1 #548E22 and #22548E with #8E2254 are triadic colors.

2 #54228E and #228E54 with #8E2254 are triadic colors.