Color Hex Logo

#856fcc Color Hex

#856FCC
(133,111,204)
0 Favorites   0 Comments

Color spaces of #856fcc

RGB 133111204
HSL0.710.480.62
HSV254°46°80°
CMYK 0.350.460.00   0.20
XYZ26.256420.715159.7413
Yxy20.71510.24600.1941
Hunter Lab45.513823.3253-45.9641
CIE-Lab52.636329.7924-45.3941

#856fcc color RGB value is (133,111,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 01101111 11001100
Octal 205 157 314
Decimal 133 111 204
Hex 85 6F CC

RGB Percentages of Color #856fcc

%29.69
%24.78
%45.54

CMYK Percentages of Color #856fcc

%35
%46
%0
%20

Triadic Colors of #856fcc

#856fcc #cc856f #6fcc85

Analogous Colors of #856fcc

#856fcc #b46fcc #6f88cc

Monochromatic Colors of #856fcc

#856fcc

Complementary Color

#856fcc #b6cc6f

#856fcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#856fcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#856fcc Color CSS Codes

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

#856fcc Text Font Color

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

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


#856fcc Background Color

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

This div background color is #856fcc


#856fcc Border Color

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

This div border color is #856fcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #856fcc


Comments

No comments written yet.

Please login to write comment.