COLOR #8E5680

HEX: #8E5680
RGB: (142,86,128)

Color info

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

RGB color model

#8E5680 color RGB value is (142,86,128).

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

RGB channels and saturation

R 142 of 255 = 56%
G 86 of 255 = 34%
B 128 of 255 = 50%

142
86
128

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

Portions of RGB colors in percentages

R + G + B =
142 + 86 + 128 = 356 (100%)
R 142 of 356 ~ 39.89%
G 86 of 356 ~ 24.16%
B 128 of 356 ~ 35.96%

%39.89
%24.16
%35.96

CMYK color model

#8E5680 color CMYK value is (0,39,10,44).

  • cyan value is 0.00%
  • magenta value is 39.44%
  • yellow value is 9.86%
  • key color value is 44.31%
CMYK:
(0,39,10,44)
C0M39Y10K44 
(0%,39%,10%,44%)
(0.00/0.39/0.10/0.44)	

CMYK percentages

%0
%39.44
%9.86
%44.31

Codes

Color #8E5680 in popluar color models

8E5680
RGB14286128
HSL315°24.56%44.71%
HSB/HSV315°39.44%55.69%
CMYK0.00%39.44%9.86%
44.31%

Color #8E5680 in popluar number systems.

HEX8E5680
Decimal14286128
Binary10001110101011010000000
Octal216126200

Shades and tints

Shades of #8E5680

#8E5680
(142,86,128)
#824F75
(130,79,117)
#76486A
(118,72,106)
#6A415F
(106,65,95)
#5E3A54
(94,58,84)
#523349
(82,51,73)
#462C3E
(70,44,62)
#3A2533
(58,37,51)
#2E1E28
(46,30,40)
#22171D
(34,23,29)
#161012
(22,16,18)
#000000
(0,0,0)

Tints of #8E5680

#8E5680
(142,86,128)
#98658B
(152,101,139)
#A27496
(162,116,150)
#AC83A1
(172,131,161)
#B692AC
(182,146,172)
#C0A1B7
(192,161,183)
#CAB0C2
(202,176,194)
#D4BFCD
(212,191,205)
#DECED8
(222,206,216)
#E8DDE3
(232,221,227)
#F2ECEE
(242,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E5680; }

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

This text font color is #8E5680.


Background Color

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

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

This div background color is #8E5680.


Border color

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

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

This div border color is #8E5680.


Opacity

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

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

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

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

This text has shadow with #8E5680 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E5680 on black background.


Color preview on white background

This text has color #8E5680 on white background.



Black color preview on #8E5680 background

This text has black color on #8E5680 background.


White color preview on #8E5680 background

This text has white color on #8E5680 background.