COLOR #8E5482

HEX: #8E5482 RGB: (142,84,130)

Color info

#8E5482 contains red, green and blue colors in about the same proportion. Web safe color of #8E5482 is #996699 (or #969).

RGB color model

#8E5482 color RGB value is (142,84,130).

RGB: (142,84,130) (56%, 33%, 51%)

RGB channels and saturation

R 142 of 255 = 56%
G 84 of 255 = 33%
B 130 of 255 = 51%

142
84
130

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

Portions of RGB colors in percentages

R + G + B = 142 + 84 + 130 = 356 (100%)
R 142 of 356 ~ 39.89%
G 84 of 356 ~ 23.6%
B 130 of 356 ~ 36.52'%

%39.89
%23.6
%36.52

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 40.85%
  • yellow value is 8.45%
  • key color value is 44.31%
CMYK: (0,41,8,44) C0M41Y8K44 (0%,41%,8%,44%) (0.00/0.41/0.08/0.44) 

CMYK percentages

%0
%40.85
%8.45
%44.31

Codes

Color #8E5482 in popluar color models

8E 54 82
RGB 142 84 130
HSL 312° 25.66% 44.31%
HSB/HSV 312° 40.85% 55.69%
CMYK 0.00% 40.85% 8.45%
44.31%

Color #8E5482 in popluar number systems.

HEX 8E 54 82
Decimal 142 84 130
Binary 10001110 1010100 10000010
Octal 216 124 202

Shades and tints

Shades of #8E5482

#8E5482
(142,84,130)
#824D77
(130,77,119)
#76466C
(118,70,108)
#6A3F61
(106,63,97)
#5E3856
(94,56,86)
#52314B
(82,49,75)
#462A40
(70,42,64)
#3A2335
(58,35,53)
#2E1C2A
(46,28,42)
#22151F
(34,21,31)
#160E14
(22,14,20)
#000000
(0,0,0)

Tints of #8E5482

#8E5482
(142,84,130)
#98638D
(152,99,141)
#A27298
(162,114,152)
#AC81A3
(172,129,163)
#B690AE
(182,144,174)
#C09FB9
(192,159,185)
#CAAEC4
(202,174,196)
#D4BDCF
(212,189,207)
#DECCDA
(222,204,218)
#E8DBE5
(232,219,229)
#F2EAF0
(242,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E5482; }

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

This text font color is #8E5482.

Background Color

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

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

This div background color is #8E5482.

Border color

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

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

This div border color is #8E5482.

Opacity

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

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

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

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

This text has shadow with #8E5482 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8E5482.

Preview

Color preview on black background

This text has color #8E5482 on black background.


Color preview on white background

This text has color #8E5482 on white background.


Black color preview on #8E5482 background

This text has black color on #8E5482 background.


White color preview on #8E5482 background

This text has white color on #8E5482 background.


Related colors

Complementary color

Complementary color for #hex is #71AB7D.


I love getcolorcode.com

Triadic colors

1 #828E54 and #54828E with #8E5482 are triadic colors.

2 #82548E and #548E82 with #8E5482 are triadic colors.