Color Hex Logo

#856ccc Color Hex

#856CCC
(133,108,204)
0 Favorites   0 Comments

Color spaces of #856ccc

RGB 133108204
HSL0.710.480.61
HSV256°47°80°
CMYK 0.350.470.00   0.20
XYZ25.934520.071359.6340
Yxy20.07130.24550.1900
Hunter Lab44.801024.9287-47.5594
CIE-Lab51.917731.5533-46.5349

#856ccc color RGB value is (133,108,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 01101100 11001100
Octal 205 154 314
Decimal 133 108 204
Hex 85 6C CC

RGB Percentages of Color #856ccc

%29.89
%24.27
%45.84

CMYK Percentages of Color #856ccc

%35
%47
%0
%20

Triadic Colors of #856ccc

#856ccc #cc856c #6ccc85

Analogous Colors of #856ccc

#856ccc #b56ccc #6c83cc

Monochromatic Colors of #856ccc

#856ccc

Complementary Color

#856ccc #b3cc6c

#856ccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#856ccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#856ccc Color CSS Codes

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

#856ccc Text Font Color

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

This sample text font color is #856ccc
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.


#856ccc Background Color

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

This div background color is #856ccc


#856ccc Border Color

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

This div border color is #856ccc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(133,108,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 #856ccc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #856ccc


Comments

No comments written yet.

Please login to write comment.