COLOR #8E588C

HEX: #8E588C
RGB: (142,88,140)

Color info

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

RGB color model

#8E588C color RGB value is (142,88,140).

  • red value is 142;
  • green value is 88;
  • blue value is 140.
RGB:
(142,88,140)
(56%,35%,55%)

RGB channels and saturation

R 142 of 255 = 56%
G 88 of 255 = 35%
B 140 of 255 = 55%

142
88
140

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

Portions of RGB colors in percentages

R + G + B =
142 + 88 + 140 = 370 (100%)
R 142 of 370 ~ 38.38%
G 88 of 370 ~ 23.78%
B 140 of 370 ~ 37.84%

%38.38
%23.78
%37.84

CMYK color model

#8E588C color CMYK value is (0,38,1,44).

  • cyan value is 0.00%
  • magenta value is 38.03%
  • yellow value is 1.41%
  • key color value is 44.31%
CMYK:
(0,38,1,44)
C0M38Y1K44 
(0%,38%,1%,44%)
(0.00/0.38/0.01/0.44)	

CMYK percentages

%0
%38.03
%1.41
%44.31

Codes

Color #8E588C in popluar color models

8E588C
RGB14288140
HSL302°23.48%45.10%
HSB/HSV302°38.03%55.69%
CMYK0.00%38.03%1.41%
44.31%

Color #8E588C in popluar number systems.

HEX8E588C
Decimal14288140
Binary10001110101100010001100
Octal216130214

Shades and tints

Shades of #8E588C

#8E588C
(142,88,140)
#825080
(130,80,128)
#764874
(118,72,116)
#6A4068
(106,64,104)
#5E385C
(94,56,92)
#523050
(82,48,80)
#462844
(70,40,68)
#3A2038
(58,32,56)
#2E182C
(46,24,44)
#221020
(34,16,32)
#160814
(22,8,20)
#000000
(0,0,0)

Tints of #8E588C

#8E588C
(142,88,140)
#986796
(152,103,150)
#A276A0
(162,118,160)
#AC85AA
(172,133,170)
#B694B4
(182,148,180)
#C0A3BE
(192,163,190)
#CAB2C8
(202,178,200)
#D4C1D2
(212,193,210)
#DED0DC
(222,208,220)
#E8DFE6
(232,223,230)
#F2EEF0
(242,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E588C color. Also use rgb(142,88,140) instead hex code.

Text Font Color

.myTextColor { color: #8E588C; }

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

This text font color is #8E588C.


Background Color

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

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

This div background color is #8E588C.


Border color

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

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

This div border color is #8E588C.


Opacity

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

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

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

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

This text has shadow with #8E588C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E588C on black background.


Color preview on white background

This text has color #8E588C on white background.



Black color preview on #8E588C background

This text has black color on #8E588C background.


White color preview on #8E588C background

This text has white color on #8E588C background.