Color Hex Logo

#858789 Color Hex

#858789
(133,135,137)
0 Favorites   0 Comments

Color spaces of #858789

RGB 133135137
HSL0.580.020.53
HSV210°54°
CMYK 0.030.010.00   0.46
XYZ22.852224.120627.1182
Yxy24.12060.30840.3256
Hunter Lab49.1127-2.89101.6412
CIE-Lab56.2083-0.3339-1.3366

#858789 color RGB value is (133,135,137).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 10000111 10001001
Octal 205 207 211
Decimal 133 135 137
Hex 85 87 89

RGB Percentages of Color #858789

%32.84
%33.33
%33.83

CMYK Percentages of Color #858789

%3
%1
%0
%46

Triadic Colors of #858789

#858789 #898587 #878985

Analogous Colors of #858789

#858789 #858589 #858989

Monochromatic Colors of #858789

#858789

Complementary Color

#858789 #898785

#858789 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#858789 Color Preview on White Background

Lorem ipsum dolor sit amet.

#858789 Color CSS Codes

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

#858789 Text Font Color

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

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


#858789 Background Color

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

This div background color is #858789


#858789 Border Color

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

This div border color is #858789


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #858789


Comments

No comments written yet.

Please login to write comment.