COLOR #8E7482

HEX: #8E7482 RGB: (142,116,130)

Color info

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

RGB color model

#8E7482 color RGB value is (142,116,130).

RGB: (142,116,130) (56%, 45%, 51%)

RGB channels and saturation

R 142 of 255 = 56%
G 116 of 255 = 45%
B 130 of 255 = 51%

142
116
130

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

Portions of RGB colors in percentages

R + G + B = 142 + 116 + 130 = 388 (100%)
R 142 of 388 ~ 36.6%
G 116 of 388 ~ 29.9%
B 130 of 388 ~ 33.51'%

%36.6
%29.9
%33.51

CMYK color model

#8E7482 color CMYK value is (0,18,8,44).

  • cyan value is 0.00%
  • magenta value is 18.31%
  • yellow value is 8.45%
  • key color value is 44.31%

CMYK: (0,18,8,44)
C0M18Y8K44 (0%, 18%, 8%, 44%)
(0.00 / 0.18 / 0.08 / 0.44)

CMYK percentages

%0
%18.31
%8.45
%44.31

Codes

Color #8E7482 in popluar color models

8E 74 82
RGB 142 116 130
HSL 328° 10.32% 50.59%
HSB/HSV 328° 18.31% 55.69%
CMYK 0.00% 18.31% 8.45%
44.31%

Color #8E7482 in popluar number systems.

HEX 8E 74 82
Decimal 142 116 130
Binary 10001110 1110100 10000010
Octal 216 164 202

Shades and tints

Shades of #8E7482

#8E7482
(142,116,130)
#826A77
(130,106,119)
#76606C
(118,96,108)
#6A5661
(106,86,97)
#5E4C56
(94,76,86)
#52424B
(82,66,75)
#463840
(70,56,64)
#3A2E35
(58,46,53)
#2E242A
(46,36,42)
#221A1F
(34,26,31)
#161014
(22,16,20)
#000000
(0,0,0)

Tints of #8E7482

#8E7482
(142,116,130)
#98808D
(152,128,141)
#A28C98
(162,140,152)
#AC98A3
(172,152,163)
#B6A4AE
(182,164,174)
#C0B0B9
(192,176,185)
#CABCC4
(202,188,196)
#D4C8CF
(212,200,207)
#DED4DA
(222,212,218)
#E8E0E5
(232,224,229)
#F2ECF0
(242,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E7482; }

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

This text font color is #8E7482.

Background Color

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

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

This div background color is #8E7482.

Border color

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

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

This div border color is #8E7482.

Opacity

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

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

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

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

This text has shadow with #8E7482 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8E7482.

Preview

Color preview on black background

This text has color #8E7482 on black background.


Color preview on white background

This text has color #8E7482 on white background.


Black color preview on #8E7482 background

This text has black color on #8E7482 background.


White color preview on #8E7482 background

This text has white color on #8E7482 background.


Related colors

Complementary color

Complementary color for #hex is #718B7D.


I love getcolorcode.com

Triadic colors

1 #828E74 and #74828E with #8E7482 are triadic colors.

2 #82748E and #748E82 with #8E7482 are triadic colors.