Color Hex Logo

#856fcd Color Hex

#856FCD
(133,111,205)
0 Favorites   0 Comments

Color spaces of #856fcd

RGB 133111205
HSL0.710.480.62
HSV254°46°80°
CMYK 0.350.460.00   0.20
XYZ26.376820.763260.3751
Yxy20.76320.24530.1931
Hunter Lab45.566723.5852-46.6617
CIE-Lab52.689430.0606-45.8796

#856fcd color RGB value is (133,111,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 01101111 11001101
Octal 205 157 315
Decimal 133 111 205
Hex 85 6F CD

RGB Percentages of Color #856fcd

%29.62
%24.72
%45.66

CMYK Percentages of Color #856fcd

%35
%46
%0
%20

Triadic Colors of #856fcd

#856fcd #cd856f #6fcd85

Analogous Colors of #856fcd

#856fcd #b46fcd #6f88cd

Monochromatic Colors of #856fcd

#856fcd

Complementary Color

#856fcd #b7cd6f

#856fcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#856fcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#856fcd Color CSS Codes

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

#856fcd Text Font Color

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

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


#856fcd Background Color

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

This div background color is #856fcd


#856fcd Border Color

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

This div border color is #856fcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #856fcd


Comments

No comments written yet.

Please login to write comment.