COLOR #8E5475

HEX: #8E5475
RGB: (142,84,117)

Color info

#8E5475 contains red, green and blue colors in about the same proportion. Web safe color of #8E5475 is #996666 (or #966).

RGB color model

#8E5475 color RGB value is (142,84,117).

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

RGB channels and saturation

R 142 of 255 = 56%
G 84 of 255 = 33%
B 117 of 255 = 46%

142
84
117

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

Portions of RGB colors in percentages

R + G + B =
142 + 84 + 117 = 343 (100%)
R 142 of 343 ~ 41.4%
G 84 of 343 ~ 24.49%
B 117 of 343 ~ 34.11%

%41.4
%24.49
%34.11

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 40.85%
  • yellow value is 17.61%
  • key color value is 44.31%
CMYK:
(0,41,18,44)
C0M41Y18K44 
(0%,41%,18%,44%)
(0.00/0.41/0.18/0.44)	

CMYK percentages

%0
%40.85
%17.61
%44.31

Codes

Color #8E5475 in popluar color models

8E5475
RGB14284117
HSL326°25.66%44.31%
HSB/HSV326°40.85%55.69%
CMYK0.00%40.85%17.61%
44.31%

Color #8E5475 in popluar number systems.

HEX8E5475
Decimal14284117
Binary1000111010101001110101
Octal216124165

Shades and tints

Shades of #8E5475

#8E5475
(142,84,117)
#824D6B
(130,77,107)
#764661
(118,70,97)
#6A3F57
(106,63,87)
#5E384D
(94,56,77)
#523143
(82,49,67)
#462A39
(70,42,57)
#3A232F
(58,35,47)
#2E1C25
(46,28,37)
#22151B
(34,21,27)
#160E11
(22,14,17)
#000000
(0,0,0)

Tints of #8E5475

#8E5475
(142,84,117)
#986381
(152,99,129)
#A2728D
(162,114,141)
#AC8199
(172,129,153)
#B690A5
(182,144,165)
#C09FB1
(192,159,177)
#CAAEBD
(202,174,189)
#D4BDC9
(212,189,201)
#DECCD5
(222,204,213)
#E8DBE1
(232,219,225)
#F2EAED
(242,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E5475; }

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

This text font color is #8E5475.


Background Color

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

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

This div background color is #8E5475.


Border color

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

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

This div border color is #8E5475.


Opacity

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

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

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

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

This text has shadow with #8E5475 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E5475 on black background.


Color preview on white background

This text has color #8E5475 on white background.



Black color preview on #8E5475 background

This text has black color on #8E5475 background.


White color preview on #8E5475 background

This text has white color on #8E5475 background.