COLOR #8C56D5

HEX: #8C56D5
RGB: (140,86,213)

Color info

#8C56D5 contains mainly blue color. Web safe color of #8C56D5 is #9966CC (or #96C).

RGB color model

#8C56D5 color RGB value is (140,86,213).

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

RGB channels and saturation

R 140 of 255 = 55%
G 86 of 255 = 34%
B 213 of 255 = 84%

140
86
213

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

Portions of RGB colors in percentages

R + G + B =
140 + 86 + 213 = 439 (100%)
R 140 of 439 ~ 31.89%
G 86 of 439 ~ 19.59%
B 213 of 439 ~ 48.52%

%31.89
%19.59
%48.52

CMYK color model

#8C56D5 color CMYK value is (34,60,0,16).

  • cyan value is 34.27%
  • magenta value is 59.62%
  • yellow value is 0.00%
  • key color value is 16.47%
CMYK:
(34,60,0,16)
C34M60Y0K16 
(34%,60%,0%,16%)
(0.34/0.60/0.00/0.16)	

CMYK percentages

%34.27
%59.62
%0
%16.47

Codes

Color #8C56D5 in popluar color models

8C56D5
RGB14086213
HSL266°60.19%58.63%
HSB/HSV266°59.62%83.53%
CMYK34.27%59.62%0.00%
16.47%

Color #8C56D5 in popluar number systems.

HEX8C56D5
Decimal14086213
Binary10001100101011011010101
Octal214126325

Shades and tints

Shades of #8C56D5

#8C56D5
(140,86,213)
#804FC2
(128,79,194)
#7448AF
(116,72,175)
#68419C
(104,65,156)
#5C3A89
(92,58,137)
#503376
(80,51,118)
#442C63
(68,44,99)
#382550
(56,37,80)
#2C1E3D
(44,30,61)
#20172A
(32,23,42)
#141017
(20,16,23)
#000000
(0,0,0)

Tints of #8C56D5

#8C56D5
(140,86,213)
#9665D8
(150,101,216)
#A074DB
(160,116,219)
#AA83DE
(170,131,222)
#B492E1
(180,146,225)
#BEA1E4
(190,161,228)
#C8B0E7
(200,176,231)
#D2BFEA
(210,191,234)
#DCCEED
(220,206,237)
#E6DDF0
(230,221,240)
#F0ECF3
(240,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C56D5; }

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

This text font color is #8C56D5.


Background Color

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

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

This div background color is #8C56D5.


Border color

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

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

This div border color is #8C56D5.


Opacity

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

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

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

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

This text has shadow with #8C56D5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C56D5 on black background.


Color preview on white background

This text has color #8C56D5 on white background.



Black color preview on #8C56D5 background

This text has black color on #8C56D5 background.


White color preview on #8C56D5 background

This text has white color on #8C56D5 background.