Color Hex Logo

#85839f Color Hex

#85839F
(133,131,159)
0 Favorites   0 Comments

Color spaces of #85839f

RGB 133131159
HSL0.680.130.57
HSV244°18°62°
CMYK 0.160.180.00   0.38
XYZ24.047223.722336.1123
Yxy23.72230.28670.2828
Hunter Lab48.70552.8954-9.8662
CIE-Lab55.80876.7164-14.6320

#85839f color RGB value is (133,131,159).

#85839f hex color red value is 133, green value is 131 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #85839f hue: 0.68 , saturation: 0.13 and the lightness value of 85839f is 0.57.

The process color (four color CMYK) of #85839f color hex is 0.16, 0.18, 0.00, 0.38. Web safe color of #85839f is #999999. Color #85839f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 10000011 10011111
Octal 205 203 237
Decimal 133 131 159
Hex 85 83 9F

RGB Percentages of Color #85839f

%31.44
%30.97
%37.59

CMYK Percentages of Color #85839f

%16
%18
%0
%38

Triadic Colors of #85839f

#85839f #9f8583 #839f85

Analogous Colors of #85839f

#85839f #93839f #838f9f

Monochromatic Colors of #85839f

#85839f

Complementary Color

#85839f #9d9f83

#85839f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85839f Color Preview on White Background

Lorem ipsum dolor sit amet.

#85839f Color CSS Codes

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

#85839f Text Font Color

<p style="color:#85839f">Text here</p>

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


#85839f Background Color

<div style="background-color:#85839f">
Div content here</div>

This div background color is #85839f


#85839f Border Color

<div style="border:3px solid #85839f">
Div here</div>

This div border color is #85839f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(133,131,159, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #85839f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #85839f;
  -webkit-box-shadow: 1px 1px 3px 2px #85839f;
  box-shadow:         1px 1px 3px 2px #85839f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(133,131,159, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #85839f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85839f


Comments

No comments written yet.

Please login to write comment.