Color Hex Logo

#858389 Color Hex

#858389
(133,131,137)
0 Favorites   0 Comments

Color spaces of #858389

RGB 133131137
HSL0.720.020.53
HSV260°54°
CMYK 0.030.040.00   0.46
XYZ22.304523.025326.9357
Yxy23.02530.30860.3186
Hunter Lab47.9847-1.00190.3075
CIE-Lab55.09841.9464-2.9673

#858389 color RGB value is (133,131,137).

#858389 hex color red value is 133, green value is 131 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #858389 hue: 0.72 , saturation: 0.02 and the lightness value of 858389 is 0.53.

The process color (four color CMYK) of #858389 color hex is 0.03, 0.04, 0.00, 0.46. Web safe color of #858389 is #999999. Color #858389 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 10000011 10001001
Octal 205 203 211
Decimal 133 131 137
Hex 85 83 89

RGB Percentages of Color #858389

%33.17
%32.67
%34.16

CMYK Percentages of Color #858389

%3
%4
%0
%46

Triadic Colors of #858389

#858389 #898583 #838985

Analogous Colors of #858389

#858389 #888389 #838489

Monochromatic Colors of #858389

#858389

Complementary Color

#858389 #878983

#858389 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#858389 Color Preview on White Background

Lorem ipsum dolor sit amet.

#858389 Color CSS Codes

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

#858389 Text Font Color

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

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


#858389 Background Color

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

This div background color is #858389


#858389 Border Color

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

This div border color is #858389


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #858389


Comments

No comments written yet.

Please login to write comment.