Color Hex Logo

#858baf Color Hex

#858BAF
(133,139,175)
0 Favorites   0 Comments

Color spaces of #858baf

RGB 133139175
HSL0.640.210.60
HSV231°24°69°
CMYK 0.240.210.00   0.31
XYZ26.643326.546944.2773
Yxy26.54690.27340.2724
Hunter Lab51.52372.1373-14.8848
CIE-Lab58.55265.8828-19.6345

#858baf color RGB value is (133,139,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 10001011 10101111
Octal 205 213 257
Decimal 133 139 175
Hex 85 8B AF

RGB Percentages of Color #858baf

%29.75
%31.10
%39.15

CMYK Percentages of Color #858baf

%24
%21
%0
%31

Triadic Colors of #858baf

#858baf #af858b #8baf85

Analogous Colors of #858baf

#858baf #9485af #85a0af

Monochromatic Colors of #858baf

#858baf

Complementary Color

#858baf #afa985

#858baf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#858baf Color Preview on White Background

Lorem ipsum dolor sit amet.

#858baf Color CSS Codes

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

#858baf Text Font Color

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

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


#858baf Background Color

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

This div background color is #858baf


#858baf Border Color

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

This div border color is #858baf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #858baf


Comments

No comments written yet.

Please login to write comment.