Color Hex Logo

#858eaf Color Hex

#858EAF
(133,142,175)
0 Favorites   0 Comments

Color spaces of #858eaf

RGB 133142175
HSL0.630.210.60
HSV227°24°69°
CMYK 0.240.190.00   0.31
XYZ27.083727.427744.4240
Yxy27.42770.27380.2772
Hunter Lab52.37150.6605-13.6326
CIE-Lab59.36814.1605-18.3918

#858eaf color RGB value is (133,142,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 10001110 10101111
Octal 205 216 257
Decimal 133 142 175
Hex 85 8E AF

RGB Percentages of Color #858eaf

%29.56
%31.56
%38.89

CMYK Percentages of Color #858eaf

%24
%19
%0
%31

Triadic Colors of #858eaf

#858eaf #af858e #8eaf85

Analogous Colors of #858eaf

#858eaf #9185af #85a3af

Monochromatic Colors of #858eaf

#858eaf

Complementary Color

#858eaf #afa685

#858eaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#858eaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#858eaf Color CSS Codes

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

#858eaf Text Font Color

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

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


#858eaf Background Color

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

This div background color is #858eaf


#858eaf Border Color

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

This div border color is #858eaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #858eaf


Comments

No comments written yet.

Please login to write comment.