COLOR #8C56DD

HEX: #8C56DD
RGB: (140,86,221)

Color info

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

RGB color model

#8C56DD color RGB value is (140,86,221).

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

RGB channels and saturation

R 140 of 255 = 55%
G 86 of 255 = 34%
B 221 of 255 = 87%

140
86
221

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

Portions of RGB colors in percentages

R + G + B =
140 + 86 + 221 = 447 (100%)
R 140 of 447 ~ 31.32%
G 86 of 447 ~ 19.24%
B 221 of 447 ~ 49.44%

%31.32
%19.24
%49.44

CMYK color model

#8C56DD color CMYK value is (37,61,0,13).

  • cyan value is 36.65%
  • magenta value is 61.09%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK:
(37,61,0,13)
C37M61Y0K13 
(37%,61%,0%,13%)
(0.37/0.61/0.00/0.13)	

CMYK percentages

%36.65
%61.09
%0
%13.33

Codes

Color #8C56DD in popluar color models

8C56DD
RGB14086221
HSL264°66.50%60.20%
HSB/HSV264°61.09%86.67%
CMYK36.65%61.09%0.00%
13.33%

Color #8C56DD in popluar number systems.

HEX8C56DD
Decimal14086221
Binary10001100101011011011101
Octal214126335

Shades and tints

Shades of #8C56DD

#8C56DD
(140,86,221)
#804FC9
(128,79,201)
#7448B5
(116,72,181)
#6841A1
(104,65,161)
#5C3A8D
(92,58,141)
#503379
(80,51,121)
#442C65
(68,44,101)
#382551
(56,37,81)
#2C1E3D
(44,30,61)
#201729
(32,23,41)
#141015
(20,16,21)
#000000
(0,0,0)

Tints of #8C56DD

#8C56DD
(140,86,221)
#9665E0
(150,101,224)
#A074E3
(160,116,227)
#AA83E6
(170,131,230)
#B492E9
(180,146,233)
#BEA1EC
(190,161,236)
#C8B0EF
(200,176,239)
#D2BFF2
(210,191,242)
#DCCEF5
(220,206,245)
#E6DDF8
(230,221,248)
#F0ECFB
(240,236,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C56DD; }

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

This text font color is #8C56DD.


Background Color

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

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

This div background color is #8C56DD.


Border color

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

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

This div border color is #8C56DD.


Opacity

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

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

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

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

This text has shadow with #8C56DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C56DD on black background.


Color preview on white background

This text has color #8C56DD on white background.



Black color preview on #8C56DD background

This text has black color on #8C56DD background.


White color preview on #8C56DD background

This text has white color on #8C56DD background.