Color Hex Logo

#858caf Color Hex

#858CAF
(133,140,175)
0 Favorites   0 Comments

Color spaces of #858caf

RGB 133140175
HSL0.640.210.60
HSV230°24°69°
CMYK 0.240.200.00   0.31
XYZ26.788826.837944.3257
Yxy26.83790.27350.2740
Hunter Lab51.80531.6440-14.4660
CIE-Lab58.82405.3075-19.2205

#858caf color RGB value is (133,140,175).

#858caf hex color red value is 133, green value is 140 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #858caf hue: 0.64 , saturation: 0.21 and the lightness value of 858caf is 0.60.

The process color (four color CMYK) of #858caf color hex is 0.24, 0.20, 0.00, 0.31. Web safe color of #858caf is #999999. Color #858caf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 10001100 10101111
Octal 205 214 257
Decimal 133 140 175
Hex 85 8C AF

RGB Percentages of Color #858caf

%29.69
%31.25
%39.06

CMYK Percentages of Color #858caf

%24
%20
%0
%31

Triadic Colors of #858caf

#858caf #af858c #8caf85

Analogous Colors of #858caf

#858caf #9385af #85a1af

Monochromatic Colors of #858caf

#858caf

Complementary Color

#858caf #afa885

#858caf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#858caf Color Preview on White Background

Lorem ipsum dolor sit amet.

#858caf Color CSS Codes

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

#858caf Text Font Color

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

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


#858caf Background Color

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

This div background color is #858caf


#858caf Border Color

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

This div border color is #858caf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #858caf


Comments

No comments written yet.

Please login to write comment.