COLOR #8E5069

HEX: #8E5069 RGB: (142,80,105)

Color info

#8E5069 contains mainly red and blue colors. Web safe color of #8E5069 is #996666 (or #966).

RGB color model

#8E5069 color RGB value is (142,80,105).

RGB: (142,80,105) (56%, 31%, 41%)

RGB channels and saturation

R 142 of 255 = 56%
G 80 of 255 = 31%
B 105 of 255 = 41%

142
80
105

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

Portions of RGB colors in percentages

R + G + B = 142 + 80 + 105 = 327 (100%)
R 142 of 327 ~ 43.43%
G 80 of 327 ~ 24.46%
B 105 of 327 ~ 32.11'%

%43.43
%24.46
%32.11

CMYK color model

#8E5069 color CMYK value is (0,44,26,44).

  • cyan value is 0.00%
  • magenta value is 43.66%
  • yellow value is 26.06%
  • key color value is 44.31%

CMYK: (0,44,26,44)
C0M44Y26K44 (0%, 44%, 26%, 44%)
(0.00 / 0.44 / 0.26 / 0.44)

CMYK percentages

%0
%43.66
%26.06
%44.31

Codes

Color #8E5069 in popluar color models

8E 50 69
RGB 142 80 105
HSL 336° 27.93% 43.53%
HSB/HSV 336° 43.66% 55.69%
CMYK 0.00% 43.66% 26.06%
44.31%

Color #8E5069 in popluar number systems.

HEX 8E 50 69
Decimal 142 80 105
Binary 10001110 1010000 1101001
Octal 216 120 151

Shades and tints

Shades of #8E5069

#8E5069
(142,80,105)
#824960
(130,73,96)
#764257
(118,66,87)
#6A3B4E
(106,59,78)
#5E3445
(94,52,69)
#522D3C
(82,45,60)
#462633
(70,38,51)
#3A1F2A
(58,31,42)
#2E1821
(46,24,33)
#221118
(34,17,24)
#160A0F
(22,10,15)
#000000
(0,0,0)

Tints of #8E5069

#8E5069
(142,80,105)
#985F76
(152,95,118)
#A26E83
(162,110,131)
#AC7D90
(172,125,144)
#B68C9D
(182,140,157)
#C09BAA
(192,155,170)
#CAAAB7
(202,170,183)
#D4B9C4
(212,185,196)
#DEC8D1
(222,200,209)
#E8D7DE
(232,215,222)
#F2E6EB
(242,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E5069 color. Also use rgb(142,80,105) instead hex code.

Text Font Color

.myTextColor { color: #8E5069; }

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

This text font color is #8E5069.

Background Color

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

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

This div background color is #8E5069.

Border color

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

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

This div border color is #8E5069.

Opacity

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

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

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

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

This text has shadow with #8E5069 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8E5069.

Preview

Color preview on black background

This text has color #8E5069 on black background.


Color preview on white background

This text has color #8E5069 on white background.


Black color preview on #8E5069 background

This text has black color on #8E5069 background.


White color preview on #8E5069 background

This text has white color on #8E5069 background.


Related colors

Complementary color

Complementary color for #hex is #71AF96.


I love getcolorcode.com

Triadic colors

1 #698E50 and #50698E with #8E5069 are triadic colors.

2 #69508E and #508E69 with #8E5069 are triadic colors.