COLOR #8E5679

HEX: #8E5679
RGB: (142,86,121)

Color info

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

RGB color model

#8E5679 color RGB value is (142,86,121).

  • red value is 142;
  • green value is 86;
  • blue value is 121.
RGB:
(142,86,121)
(56%,34%,47%)

RGB channels and saturation

R 142 of 255 = 56%
G 86 of 255 = 34%
B 121 of 255 = 47%

142
86
121

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

Portions of RGB colors in percentages

R + G + B =
142 + 86 + 121 = 349 (100%)
R 142 of 349 ~ 40.69%
G 86 of 349 ~ 24.64%
B 121 of 349 ~ 34.67%

%40.69
%24.64
%34.67

CMYK color model

#8E5679 color CMYK value is (0,39,15,44).

  • cyan value is 0.00%
  • magenta value is 39.44%
  • yellow value is 14.79%
  • key color value is 44.31%
CMYK:
(0,39,15,44)
C0M39Y15K44 
(0%,39%,15%,44%)
(0.00/0.39/0.15/0.44)	

CMYK percentages

%0
%39.44
%14.79
%44.31

Codes

Color #8E5679 in popluar color models

8E5679
RGB14286121
HSL323°24.56%44.71%
HSB/HSV323°39.44%55.69%
CMYK0.00%39.44%14.79%
44.31%

Color #8E5679 in popluar number systems.

HEX8E5679
Decimal14286121
Binary1000111010101101111001
Octal216126171

Shades and tints

Shades of #8E5679

#8E5679
(142,86,121)
#824F6E
(130,79,110)
#764863
(118,72,99)
#6A4158
(106,65,88)
#5E3A4D
(94,58,77)
#523342
(82,51,66)
#462C37
(70,44,55)
#3A252C
(58,37,44)
#2E1E21
(46,30,33)
#221716
(34,23,22)
#16100B
(22,16,11)
#000000
(0,0,0)

Tints of #8E5679

#8E5679
(142,86,121)
#986585
(152,101,133)
#A27491
(162,116,145)
#AC839D
(172,131,157)
#B692A9
(182,146,169)
#C0A1B5
(192,161,181)
#CAB0C1
(202,176,193)
#D4BFCD
(212,191,205)
#DECED9
(222,206,217)
#E8DDE5
(232,221,229)
#F2ECF1
(242,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E5679 color. Also use rgb(142,86,121) instead hex code.

Text Font Color

.myTextColor { color: #8E5679; }

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

This text font color is #8E5679.


Background Color

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

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

This div background color is #8E5679.


Border color

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

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

This div border color is #8E5679.


Opacity

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

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

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

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

This text has shadow with #8E5679 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E5679 on black background.


Color preview on white background

This text has color #8E5679 on white background.



Black color preview on #8E5679 background

This text has black color on #8E5679 background.


White color preview on #8E5679 background

This text has white color on #8E5679 background.