COLOR #8E5F7A

HEX: #8E5F7A RGB: (142,95,122)

Color info

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

RGB color model

#8E5F7A color RGB value is (142,95,122).

RGB: (142,95,122) (56%, 37%, 48%)

RGB channels and saturation

R 142 of 255 = 56%
G 95 of 255 = 37%
B 122 of 255 = 48%

142
95
122

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

Portions of RGB colors in percentages

R + G + B = 142 + 95 + 122 = 359 (100%)
R 142 of 359 ~ 39.55%
G 95 of 359 ~ 26.46%
B 122 of 359 ~ 33.98'%

%39.55
%26.46
%33.98

CMYK color model

#8E5F7A color CMYK value is (0,33,14,44).

  • cyan value is 0.00%
  • magenta value is 33.10%
  • yellow value is 14.08%
  • key color value is 44.31%

CMYK: (0,33,14,44)
C0M33Y14K44 (0%, 33%, 14%, 44%)
(0.00 / 0.33 / 0.14 / 0.44)

CMYK percentages

%0
%33.1
%14.08
%44.31

Codes

Color #8E5F7A in popluar color models

8E 5F 7A
RGB 142 95 122
HSL 326° 19.83% 46.47%
HSB/HSV 326° 33.10% 55.69%
CMYK 0.00% 33.10% 14.08%
44.31%

Color #8E5F7A in popluar number systems.

HEX 8E 5F 7A
Decimal 142 95 122
Binary 10001110 1011111 1111010
Octal 216 137 172

Shades and tints

Shades of #8E5F7A

#8E5F7A
(142,95,122)
#82576F
(130,87,111)
#764F64
(118,79,100)
#6A4759
(106,71,89)
#5E3F4E
(94,63,78)
#523743
(82,55,67)
#462F38
(70,47,56)
#3A272D
(58,39,45)
#2E1F22
(46,31,34)
#221717
(34,23,23)
#160F0C
(22,15,12)
#000000
(0,0,0)

Tints of #8E5F7A

#8E5F7A
(142,95,122)
#986D86
(152,109,134)
#A27B92
(162,123,146)
#AC899E
(172,137,158)
#B697AA
(182,151,170)
#C0A5B6
(192,165,182)
#CAB3C2
(202,179,194)
#D4C1CE
(212,193,206)
#DECFDA
(222,207,218)
#E8DDE6
(232,221,230)
#F2EBF2
(242,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E5F7A color. Also use rgb(142,95,122) instead hex code.

Text Font Color

.myTextColor { color: #8E5F7A; }

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

This text font color is #8E5F7A.

Background Color

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

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

This div background color is #8E5F7A.

Border color

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

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

This div border color is #8E5F7A.

Opacity

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

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

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

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

This text has shadow with #8E5F7A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8E5F7A.

Preview

Color preview on black background

This text has color #8E5F7A on black background.


Color preview on white background

This text has color #8E5F7A on white background.


Black color preview on #8E5F7A background

This text has black color on #8E5F7A background.


White color preview on #8E5F7A background

This text has white color on #8E5F7A background.


Related colors

Complementary color

Complementary color for #hex is #71A085.


I love getcolorcode.com

Triadic colors

1 #7A8E5F and #5F7A8E with #8E5F7A are triadic colors.

2 #7A5F8E and #5F8E7A with #8E5F7A are triadic colors.