Color Hex Logo

#856dcc Color Hex

#856DCC
(133,109,204)
0 Favorites   0 Comments

Color spaces of #856dcc

RGB 133109204
HSL0.710.480.61
HSV255°47°80°
CMYK 0.350.470.00   0.20
XYZ26.040620.283559.6694
Yxy20.28350.24570.1914
Hunter Lab45.037224.3939-47.0268
CIE-Lab52.156230.9669-46.1560

#856dcc color RGB value is (133,109,204).

#856dcc hex color red value is 133, green value is 109 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #856dcc hue: 0.71 , saturation: 0.48 and the lightness value of 856dcc is 0.61.

The process color (four color CMYK) of #856dcc color hex is 0.35, 0.47, 0.00, 0.20. Web safe color of #856dcc is #9966cc. Color #856dcc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 01101101 11001100
Octal 205 155 314
Decimal 133 109 204
Hex 85 6D CC

RGB Percentages of Color #856dcc

%29.82
%24.44
%45.74

CMYK Percentages of Color #856dcc

%35
%47
%0
%20

Triadic Colors of #856dcc

#856dcc #cc856d #6dcc85

Analogous Colors of #856dcc

#856dcc #b56dcc #6d85cc

Monochromatic Colors of #856dcc

#856dcc

Complementary Color

#856dcc #b4cc6d

#856dcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#856dcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#856dcc Color CSS Codes

.mybgcolor {background-color:#856dcc; } 
.myforecolor {color:#856dcc; }
.mybordercolor {border:3px solid #856dcc; }

#856dcc Text Font Color

<p style="color:#856dcc">Text here</p>

This sample text font color is #856dcc
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#856dcc Background Color

<div style="background-color:#856dcc">
Div content here</div>

This div background color is #856dcc


#856dcc Border Color

<div style="border:3px solid #856dcc">
Div here</div>

This div border color is #856dcc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(133,109,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #856dcc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #856dcc;
  -webkit-box-shadow: 1px 1px 3px 2px #856dcc;
  box-shadow:         1px 1px 3px 2px #856dcc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(133,109,204, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #856dcc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #856dcc;
  -webkit-box-shadow: 1px 1px 3px 2px #856dcc;
  box-shadow:         1px 1px 3px 2px #856dcc;">
Div content here</div>

This div box has shadow with color #856dcc


Comments

No comments written yet.

Please login to write comment.