Color Hex Logo

#85899e Color Hex

#85899E
(133,137,158)
0 Favorites   0 Comments

Color spaces of #85899e

RGB 133137158
HSL0.640.110.57
HSV230°16°62°
CMYK 0.160.130.00   0.38
XYZ24.790125.346535.9335
Yxy25.34650.28800.2945
Hunter Lab50.3453-0.2106-7.0760
CIE-Lab57.41153.0313-11.6397

#85899e color RGB value is (133,137,158).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 10001001 10011110
Octal 205 211 236
Decimal 133 137 158
Hex 85 89 9E

RGB Percentages of Color #85899e

%31.07
%32.01
%36.92

CMYK Percentages of Color #85899e

%16
%13
%0
%38

Triadic Colors of #85899e

#85899e #9e8589 #899e85

Analogous Colors of #85899e

#85899e #8e859e #85969e

Monochromatic Colors of #85899e

#85899e

Complementary Color

#85899e #9e9a85

#85899e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85899e Color Preview on White Background

Lorem ipsum dolor sit amet.

#85899e Color CSS Codes

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

#85899e Text Font Color

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

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


#85899e Background Color

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

This div background color is #85899e


#85899e Border Color

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

This div border color is #85899e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85899e


Comments

No comments written yet.

Please login to write comment.