Color Hex Logo

#856baf Color Hex

#856BAF
(133,107,175)
0 Favorites   0 Comments

Color spaces of #856baf

RGB 133107175
HSL0.730.300.55
HSV263°39°69°
CMYK 0.240.390.00   0.31
XYZ22.668418.597142.9523
Yxy18.59710.26920.2208
Hunter Lab43.124418.3612-28.8664
CIE-Lab50.212524.6746-32.5210

#856baf color RGB value is (133,107,175).

#856baf hex color red value is 133, green value is 107 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #856baf hue: 0.73 , saturation: 0.30 and the lightness value of 856baf is 0.55.

The process color (four color CMYK) of #856baf color hex is 0.24, 0.39, 0.00, 0.31. Web safe color of #856baf is #996699. Color #856baf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 01101011 10101111
Octal 205 153 257
Decimal 133 107 175
Hex 85 6B AF

RGB Percentages of Color #856baf

%32.05
%25.78
%42.17

CMYK Percentages of Color #856baf

%24
%39
%0
%31

Triadic Colors of #856baf

#856baf #af856b #6baf85

Analogous Colors of #856baf

#856baf #a76baf #6b73af

Monochromatic Colors of #856baf

#856baf

Complementary Color

#856baf #95af6b

#856baf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#856baf Color Preview on White Background

Lorem ipsum dolor sit amet.

#856baf Color CSS Codes

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

#856baf Text Font Color

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

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


#856baf Background Color

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

This div background color is #856baf


#856baf Border Color

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

This div border color is #856baf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #856baf


Comments

No comments written yet.

Please login to write comment.