COLOR #8C5684

HEX: #8C5684
RGB: (140,86,132)

Color info

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

RGB color model

#8C5684 color RGB value is (140,86,132).

  • red value is 140;
  • green value is 86;
  • blue value is 132.
RGB:
(140,86,132)
(55%,34%,52%)

RGB channels and saturation

R 140 of 255 = 55%
G 86 of 255 = 34%
B 132 of 255 = 52%

140
86
132

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

Portions of RGB colors in percentages

R + G + B =
140 + 86 + 132 = 358 (100%)
R 140 of 358 ~ 39.11%
G 86 of 358 ~ 24.02%
B 132 of 358 ~ 36.87%

%39.11
%24.02
%36.87

CMYK color model

#8C5684 color CMYK value is (0,39,6,45).

  • cyan value is 0.00%
  • magenta value is 38.57%
  • yellow value is 5.71%
  • key color value is 45.10%
CMYK:
(0,39,6,45)
C0M39Y6K45 
(0%,39%,6%,45%)
(0.00/0.39/0.06/0.45)	

CMYK percentages

%0
%38.57
%5.71
%45.1

Codes

Color #8C5684 in popluar color models

8C5684
RGB14086132
HSL309°23.89%44.31%
HSB/HSV309°38.57%54.90%
CMYK0.00%38.57%5.71%
45.10%

Color #8C5684 in popluar number systems.

HEX8C5684
Decimal14086132
Binary10001100101011010000100
Octal214126204

Shades and tints

Shades of #8C5684

#8C5684
(140,86,132)
#804F78
(128,79,120)
#74486C
(116,72,108)
#684160
(104,65,96)
#5C3A54
(92,58,84)
#503348
(80,51,72)
#442C3C
(68,44,60)
#382530
(56,37,48)
#2C1E24
(44,30,36)
#201718
(32,23,24)
#14100C
(20,16,12)
#000000
(0,0,0)

Tints of #8C5684

#8C5684
(140,86,132)
#96658F
(150,101,143)
#A0749A
(160,116,154)
#AA83A5
(170,131,165)
#B492B0
(180,146,176)
#BEA1BB
(190,161,187)
#C8B0C6
(200,176,198)
#D2BFD1
(210,191,209)
#DCCEDC
(220,206,220)
#E6DDE7
(230,221,231)
#F0ECF2
(240,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8C5684 color. Also use rgb(140,86,132) instead hex code.

Text Font Color

.myTextColor { color: #8C5684; }

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

This text font color is #8C5684.


Background Color

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

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

This div background color is #8C5684.


Border color

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

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

This div border color is #8C5684.


Opacity

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

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

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

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

This text has shadow with #8C5684 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C5684 on black background.


Color preview on white background

This text has color #8C5684 on white background.



Black color preview on #8C5684 background

This text has black color on #8C5684 background.


White color preview on #8C5684 background

This text has white color on #8C5684 background.