Color Hex Logo

#898893 Color Hex

#898893
(137,136,147)
0 Favorites   0 Comments

Color spaces of #898893

RGB 137136147
HSL0.680.050.55
HSV245°58°
CMYK 0.070.070.00   0.42
XYZ24.387125.033331.1503
Yxy25.03330.30270.3107
Hunter Lab50.0333-0.5542-1.8901
CIE-Lab57.10792.5995-5.7364

#898893 color RGB value is (137,136,147).

#898893 hex color red value is 137, green value is 136 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #898893 hue: 0.68 , saturation: 0.05 and the lightness value of 898893 is 0.55.

The process color (four color CMYK) of #898893 color hex is 0.07, 0.07, 0.00, 0.42. Web safe color of #898893 is #999999. Color #898893 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 10001000 10010011
Octal 211 210 223
Decimal 137 136 147
Hex 89 88 93

RGB Percentages of Color #898893

%32.62
%32.38
%35.00

CMYK Percentages of Color #898893

%7
%7
%0
%42

Triadic Colors of #898893

#898893 #938988 #889389

Analogous Colors of #898893

#898893 #8f8893 #888d93

Monochromatic Colors of #898893

#898893

Complementary Color

#898893 #929388

#898893 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#898893 Color Preview on White Background

Lorem ipsum dolor sit amet.

#898893 Color CSS Codes

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

#898893 Text Font Color

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

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


#898893 Background Color

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

This div background color is #898893


#898893 Border Color

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

This div border color is #898893


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #898893


Comments

No comments written yet.

Please login to write comment.