COLOR #8E5284

HEX: #8E5284 RGB: (142,82,132)

Color info

#8E5284 contains mainly red and blue colors. Web safe color of #8E5284 is #996699 (or #969).

RGB color model

#8E5284 color RGB value is (142,82,132).

RGB: (142,82,132) (56%, 32%, 52%)

RGB channels and saturation

R 142 of 255 = 56%
G 82 of 255 = 32%
B 132 of 255 = 52%

142
82
132

R + G + B ~ 47%. #8E5284 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 142 + 82 + 132 = 356 (100%)
R 142 of 356 ~ 39.89%
G 82 of 356 ~ 23.03%
B 132 of 356 ~ 37.08'%

%39.89
%23.03
%37.08

CMYK color model

#8E5284 color CMYK value is (0,42,7,44).

  • cyan value is 0.00%
  • magenta value is 42.25%
  • yellow value is 7.04%
  • key color value is 44.31%

CMYK: (0,42,7,44)
C0M42Y7K44 (0%, 42%, 7%, 44%)
(0.00 / 0.42 / 0.07 / 0.44)

CMYK percentages

%0
%42.25
%7.04
%44.31

Codes

Color #8E5284 in popluar color models

8E 52 84
RGB 142 82 132
HSL 310° 26.79% 43.92%
HSB/HSV 310° 42.25% 55.69%
CMYK 0.00% 42.25% 7.04%
44.31%

Color #8E5284 in popluar number systems.

HEX 8E 52 84
Decimal 142 82 132
Binary 10001110 1010010 10000100
Octal 216 122 204

Shades and tints

Shades of #8E5284

#8E5284
(142,82,132)
#824B78
(130,75,120)
#76446C
(118,68,108)
#6A3D60
(106,61,96)
#5E3654
(94,54,84)
#522F48
(82,47,72)
#46283C
(70,40,60)
#3A2130
(58,33,48)
#2E1A24
(46,26,36)
#221318
(34,19,24)
#160C0C
(22,12,12)
#000000
(0,0,0)

Tints of #8E5284

#8E5284
(142,82,132)
#98618F
(152,97,143)
#A2709A
(162,112,154)
#AC7FA5
(172,127,165)
#B68EB0
(182,142,176)
#C09DBB
(192,157,187)
#CAACC6
(202,172,198)
#D4BBD1
(212,187,209)
#DECADC
(222,202,220)
#E8D9E7
(232,217,231)
#F2E8F2
(242,232,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E5284 color. Also use rgb(142,82,132) instead hex code.

Text Font Color

.myTextColor { color: #8E5284; }

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

This text font color is #8E5284.

Background Color

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

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

This div background color is #8E5284.

Border color

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

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

This div border color is #8E5284.

Opacity

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

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

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

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

This text has shadow with #8E5284 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8E5284.

Preview

Color preview on black background

This text has color #8E5284 on black background.


Color preview on white background

This text has color #8E5284 on white background.


Black color preview on #8E5284 background

This text has black color on #8E5284 background.


White color preview on #8E5284 background

This text has white color on #8E5284 background.


Related colors

Complementary color

Complementary color for #hex is #71AD7B.


I love getcolorcode.com

Triadic colors

1 #848E52 and #52848E with #8E5284 are triadic colors.

2 #84528E and #528E84 with #8E5284 are triadic colors.