Color Hex Logo

#856bcd Color Hex

#856BCD
(133,107,205)
0 Favorites   0 Comments

Color spaces of #856bcd

RGB 133107205
HSL0.710.490.61
HSV256°48°80°
CMYK 0.350.480.00   0.20
XYZ25.950019.909760.2329
Yxy19.90970.24460.1877
Hunter Lab44.620325.7255-48.8013
CIE-Lab51.735032.4057-47.3960

#856bcd color RGB value is (133,107,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 01101011 11001101
Octal 205 153 315
Decimal 133 107 205
Hex 85 6B CD

RGB Percentages of Color #856bcd

%29.89
%24.04
%46.07

CMYK Percentages of Color #856bcd

%35
%48
%0
%20

Triadic Colors of #856bcd

#856bcd #cd856b #6bcd85

Analogous Colors of #856bcd

#856bcd #b66bcd #6b82cd

Monochromatic Colors of #856bcd

#856bcd

Complementary Color

#856bcd #b3cd6b

#856bcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#856bcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#856bcd Color CSS Codes

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

#856bcd Text Font Color

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

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


#856bcd Background Color

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

This div background color is #856bcd


#856bcd Border Color

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

This div border color is #856bcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #856bcd


Comments

No comments written yet.

Please login to write comment.