COLOR #8E5584

HEX: #8E5584
RGB: (142,85,132)

Color info

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

RGB color model

#8E5584 color RGB value is (142,85,132).

  • red value is 142;
  • green value is 85;
  • blue value is 132.
RGB:
(142,85,132)
(56%,33%,52%)

RGB channels and saturation

R 142 of 255 = 56%
G 85 of 255 = 33%
B 132 of 255 = 52%

142
85
132

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

Portions of RGB colors in percentages

R + G + B =
142 + 85 + 132 = 359 (100%)
R 142 of 359 ~ 39.55%
G 85 of 359 ~ 23.68%
B 132 of 359 ~ 36.77%

%39.55
%23.68
%36.77

CMYK color model

#8E5584 color CMYK value is (0,40,7,44).

  • cyan value is 0.00%
  • magenta value is 40.14%
  • yellow value is 7.04%
  • key color value is 44.31%
CMYK:
(0,40,7,44)
C0M40Y7K44 
(0%,40%,7%,44%)
(0.00/0.40/0.07/0.44)	

CMYK percentages

%0
%40.14
%7.04
%44.31

Codes

Color #8E5584 in popluar color models

8E5584
RGB14285132
HSL311°25.11%44.51%
HSB/HSV311°40.14%55.69%
CMYK0.00%40.14%7.04%
44.31%

Color #8E5584 in popluar number systems.

HEX8E5584
Decimal14285132
Binary10001110101010110000100
Octal216125204

Shades and tints

Shades of #8E5584

#8E5584
(142,85,132)
#824E78
(130,78,120)
#76476C
(118,71,108)
#6A4060
(106,64,96)
#5E3954
(94,57,84)
#523248
(82,50,72)
#462B3C
(70,43,60)
#3A2430
(58,36,48)
#2E1D24
(46,29,36)
#221618
(34,22,24)
#160F0C
(22,15,12)
#000000
(0,0,0)

Tints of #8E5584

#8E5584
(142,85,132)
#98648F
(152,100,143)
#A2739A
(162,115,154)
#AC82A5
(172,130,165)
#B691B0
(182,145,176)
#C0A0BB
(192,160,187)
#CAAFC6
(202,175,198)
#D4BED1
(212,190,209)
#DECDDC
(222,205,220)
#E8DCE7
(232,220,231)
#F2EBF2
(242,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E5584 color. Also use rgb(142,85,132) instead hex code.

Text Font Color

.myTextColor { color: #8E5584; }

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

This text font color is #8E5584.


Background Color

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

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

This div background color is #8E5584.


Border color

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

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

This div border color is #8E5584.


Opacity

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

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

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

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

This text has shadow with #8E5584 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E5584 on black background.


Color preview on white background

This text has color #8E5584 on white background.



Black color preview on #8E5584 background

This text has black color on #8E5584 background.


White color preview on #8E5584 background

This text has white color on #8E5584 background.