COLOR #8C587E

HEX: #8C587E RGB: (140,88,126)

Color info

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

RGB color model

#8C587E color RGB value is (140,88,126).

RGB: (140,88,126) (55%, 35%, 49%)

RGB channels and saturation

R 140 of 255 = 55%
G 88 of 255 = 35%
B 126 of 255 = 49%

140
88
126

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

Portions of RGB colors in percentages

R + G + B = 140 + 88 + 126 = 354 (100%)
R 140 of 354 ~ 39.55%
G 88 of 354 ~ 24.86%
B 126 of 354 ~ 35.59'%

%39.55
%24.86
%35.59

CMYK color model

#8C587E color CMYK value is (0,37,10,45).

  • cyan value is 0.00%
  • magenta value is 37.14%
  • yellow value is 10.00%
  • key color value is 45.10%

CMYK: (0,37,10,45)
C0M37Y10K45 (0%, 37%, 10%, 45%)
(0.00 / 0.37 / 0.10 / 0.45)

CMYK percentages

%0
%37.14
%10
%45.1

Codes

Color #8C587E in popluar color models

8C 58 7E
RGB 140 88 126
HSL 316° 22.81% 44.71%
HSB/HSV 316° 37.14% 54.90%
CMYK 0.00% 37.14% 10.00%
45.10%

Color #8C587E in popluar number systems.

HEX 8C 58 7E
Decimal 140 88 126
Binary 10001100 1011000 1111110
Octal 214 130 176

Shades and tints

Shades of #8C587E

#8C587E
(140,88,126)
#805073
(128,80,115)
#744868
(116,72,104)
#68405D
(104,64,93)
#5C3852
(92,56,82)
#503047
(80,48,71)
#44283C
(68,40,60)
#382031
(56,32,49)
#2C1826
(44,24,38)
#20101B
(32,16,27)
#140810
(20,8,16)
#000000
(0,0,0)

Tints of #8C587E

#8C587E
(140,88,126)
#966789
(150,103,137)
#A07694
(160,118,148)
#AA859F
(170,133,159)
#B494AA
(180,148,170)
#BEA3B5
(190,163,181)
#C8B2C0
(200,178,192)
#D2C1CB
(210,193,203)
#DCD0D6
(220,208,214)
#E6DFE1
(230,223,225)
#F0EEEC
(240,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C587E; }

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

This text font color is #8C587E.

Background Color

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

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

This div background color is #8C587E.

Border color

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

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

This div border color is #8C587E.

Opacity

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

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

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

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

This text has shadow with #8C587E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8C587E.

Preview

Color preview on black background

This text has color #8C587E on black background.


Color preview on white background

This text has color #8C587E on white background.


Black color preview on #8C587E background

This text has black color on #8C587E background.


White color preview on #8C587E background

This text has white color on #8C587E background.


Related colors

Complementary color

Complementary color for #hex is #73A781.


I love getcolorcode.com

Triadic colors

1 #7E8C58 and #587E8C with #8C587E are triadic colors.

2 #7E588C and #588C7E with #8C587E are triadic colors.