COLOR #8C5DB8

HEX: #8C5DB8
RGB: (140,93,184)

Color info

#8C5DB8 contains mainly red and blue colors. Web safe color of #8C5DB8 is #9966CC (or #96C).

RGB color model

#8C5DB8 color RGB value is (140,93,184).

  • red value is 140;
  • green value is 93;
  • blue value is 184.
RGB:
(140,93,184)
(55%,36%,72%)

RGB channels and saturation

R 140 of 255 = 55%
G 93 of 255 = 36%
B 184 of 255 = 72%

140
93
184

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

Portions of RGB colors in percentages

R + G + B =
140 + 93 + 184 = 417 (100%)
R 140 of 417 ~ 33.57%
G 93 of 417 ~ 22.3%
B 184 of 417 ~ 44.12%

%33.57
%22.3
%44.12

CMYK color model

#8C5DB8 color CMYK value is (24,49,0,28).

  • cyan value is 23.91%
  • magenta value is 49.46%
  • yellow value is 0.00%
  • key color value is 27.84%
CMYK:
(24,49,0,28)
C24M49Y0K28 
(24%,49%,0%,28%)
(0.24/0.49/0.00/0.28)	

CMYK percentages

%23.91
%49.46
%0
%27.84

Codes

Color #8C5DB8 in popluar color models

8C5DB8
RGB14093184
HSL271°39.06%54.31%
HSB/HSV271°49.46%72.16%
CMYK23.91%49.46%0.00%
27.84%

Color #8C5DB8 in popluar number systems.

HEX8C5DB8
Decimal14093184
Binary10001100101110110111000
Octal214135270

Shades and tints

Shades of #8C5DB8

#8C5DB8
(140,93,184)
#8055A8
(128,85,168)
#744D98
(116,77,152)
#684588
(104,69,136)
#5C3D78
(92,61,120)
#503568
(80,53,104)
#442D58
(68,45,88)
#382548
(56,37,72)
#2C1D38
(44,29,56)
#201528
(32,21,40)
#140D18
(20,13,24)
#000000
(0,0,0)

Tints of #8C5DB8

#8C5DB8
(140,93,184)
#966BBE
(150,107,190)
#A079C4
(160,121,196)
#AA87CA
(170,135,202)
#B495D0
(180,149,208)
#BEA3D6
(190,163,214)
#C8B1DC
(200,177,220)
#D2BFE2
(210,191,226)
#DCCDE8
(220,205,232)
#E6DBEE
(230,219,238)
#F0E9F4
(240,233,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8C5DB8 color. Also use rgb(140,93,184) instead hex code.

Text Font Color

.myTextColor { color: #8C5DB8; }

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

This text font color is #8C5DB8.


Background Color

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

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

This div background color is #8C5DB8.


Border color

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

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

This div border color is #8C5DB8.


Opacity

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

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

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

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

This text has shadow with #8C5DB8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C5DB8 on black background.


Color preview on white background

This text has color #8C5DB8 on white background.



Black color preview on #8C5DB8 background

This text has black color on #8C5DB8 background.


White color preview on #8C5DB8 background

This text has white color on #8C5DB8 background.