COLOR #8E5571

HEX: #8E5571 RGB: (142,85,113)

Color info

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

RGB color model

#8E5571 color RGB value is (142,85,113).

RGB: (142,85,113) (56%, 33%, 44%)

RGB channels and saturation

R 142 of 255 = 56%
G 85 of 255 = 33%
B 113 of 255 = 44%

142
85
113

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

Portions of RGB colors in percentages

R + G + B = 142 + 85 + 113 = 340 (100%)
R 142 of 340 ~ 41.76%
G 85 of 340 ~ 25%
B 113 of 340 ~ 33.24'%

%41.76
%25
%33.24

CMYK color model

#8E5571 color CMYK value is (0,40,20,44).

  • cyan value is 0.00%
  • magenta value is 40.14%
  • yellow value is 20.42%
  • key color value is 44.31%

CMYK: (0,40,20,44)
C0M40Y20K44 (0%, 40%, 20%, 44%)
(0.00 / 0.40 / 0.20 / 0.44)

CMYK percentages

%0
%40.14
%20.42
%44.31

Codes

Color #8E5571 in popluar color models

8E 55 71
RGB 142 85 113
HSL 331° 25.11% 44.51%
HSB/HSV 331° 40.14% 55.69%
CMYK 0.00% 40.14% 20.42%
44.31%

Color #8E5571 in popluar number systems.

HEX 8E 55 71
Decimal 142 85 113
Binary 10001110 1010101 1110001
Octal 216 125 161

Shades and tints

Shades of #8E5571

#8E5571
(142,85,113)
#824E67
(130,78,103)
#76475D
(118,71,93)
#6A4053
(106,64,83)
#5E3949
(94,57,73)
#52323F
(82,50,63)
#462B35
(70,43,53)
#3A242B
(58,36,43)
#2E1D21
(46,29,33)
#221617
(34,22,23)
#160F0D
(22,15,13)
#000000
(0,0,0)

Tints of #8E5571

#8E5571
(142,85,113)
#98647D
(152,100,125)
#A27389
(162,115,137)
#AC8295
(172,130,149)
#B691A1
(182,145,161)
#C0A0AD
(192,160,173)
#CAAFB9
(202,175,185)
#D4BEC5
(212,190,197)
#DECDD1
(222,205,209)
#E8DCDD
(232,220,221)
#F2EBE9
(242,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E5571; }

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

This text font color is #8E5571.

Background Color

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

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

This div background color is #8E5571.

Border color

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

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

This div border color is #8E5571.

Opacity

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

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

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

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

This text has shadow with #8E5571 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8E5571.

Preview

Color preview on black background

This text has color #8E5571 on black background.


Color preview on white background

This text has color #8E5571 on white background.


Black color preview on #8E5571 background

This text has black color on #8E5571 background.


White color preview on #8E5571 background

This text has white color on #8E5571 background.


Related colors

Complementary color

Complementary color for #hex is #71AA8E.


I love getcolorcode.com

Triadic colors

1 #718E55 and #55718E with #8E5571 are triadic colors.

2 #71558E and #558E71 with #8E5571 are triadic colors.