Color Hex Logo

#85839e Color Hex

#85839E
(133,131,158)
0 Favorites   0 Comments

Color spaces of #85839e

RGB 133131158
HSL0.680.120.57
HSV244°17°62°
CMYK 0.160.170.00   0.38
XYZ23.960723.687835.6571
Yxy23.68780.28760.2843
Hunter Lab48.67012.7043-9.3684
CIE-Lab55.77386.4869-14.1079

#85839e color RGB value is (133,131,158).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 10000011 10011110
Octal 205 203 236
Decimal 133 131 158
Hex 85 83 9E

RGB Percentages of Color #85839e

%31.52
%31.04
%37.44

CMYK Percentages of Color #85839e

%16
%17
%0
%38

Triadic Colors of #85839e

#85839e #9e8583 #839e85

Analogous Colors of #85839e

#85839e #93839e #838f9e

Monochromatic Colors of #85839e

#85839e

Complementary Color

#85839e #9c9e83

#85839e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85839e Color Preview on White Background

Lorem ipsum dolor sit amet.

#85839e Color CSS Codes

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

#85839e Text Font Color

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

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


#85839e Background Color

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

This div background color is #85839e


#85839e Border Color

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

This div border color is #85839e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85839e


Comments

No comments written yet.

Please login to write comment.