Color Hex Logo

#858aaf Color Hex

#858AAF
(133,138,175)
0 Favorites   0 Comments

Color spaces of #858aaf

RGB 133138175
HSL0.650.210.60
HSV233°24°69°
CMYK 0.240.210.00   0.31
XYZ26.499226.258644.2292
Yxy26.25860.27320.2707
Hunter Lab51.24312.6316-15.3044
CIE-Lab58.28176.4593-20.0479

#858aaf color RGB value is (133,138,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 10001010 10101111
Octal 205 212 257
Decimal 133 138 175
Hex 85 8A AF

RGB Percentages of Color #858aaf

%29.82
%30.94
%39.24

CMYK Percentages of Color #858aaf

%24
%21
%0
%31

Triadic Colors of #858aaf

#858aaf #af858a #8aaf85

Analogous Colors of #858aaf

#858aaf #9585af #859faf

Monochromatic Colors of #858aaf

#858aaf

Complementary Color

#858aaf #afaa85

#858aaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#858aaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#858aaf Color CSS Codes

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

#858aaf Text Font Color

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

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


#858aaf Background Color

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

This div background color is #858aaf


#858aaf Border Color

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

This div border color is #858aaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #858aaf


Comments

No comments written yet.

Please login to write comment.