Color Hex Logo

#856caf Color Hex

#856CAF
(133,108,175)
0 Favorites   0 Comments

Color spaces of #856caf

RGB 133108175
HSL0.730.300.55
HSV262°38°69°
CMYK 0.240.380.00   0.31
XYZ22.773318.806842.9872
Yxy18.80680.26930.2224
Hunter Lab43.366817.8442-28.4142
CIE-Lab50.460424.0835-32.1332

#856caf color RGB value is (133,108,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 01101100 10101111
Octal 205 154 257
Decimal 133 108 175
Hex 85 6C AF

RGB Percentages of Color #856caf

%31.97
%25.96
%42.07

CMYK Percentages of Color #856caf

%24
%38
%0
%31

Triadic Colors of #856caf

#856caf #af856c #6caf85

Analogous Colors of #856caf

#856caf #a76caf #6c75af

Monochromatic Colors of #856caf

#856caf

Complementary Color

#856caf #96af6c

#856caf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#856caf Color Preview on White Background

Lorem ipsum dolor sit amet.

#856caf Color CSS Codes

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

#856caf Text Font Color

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

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


#856caf Background Color

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

This div background color is #856caf


#856caf Border Color

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

This div border color is #856caf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #856caf


Comments

No comments written yet.

Please login to write comment.