Color Hex Logo

#898395 Color Hex

#898395
(137,131,149)
0 Favorites   0 Comments

Color spaces of #898395

RGB 137131149
HSL0.720.080.55
HSV260°12°58°
CMYK 0.080.120.00   0.42
XYZ23.857623.720931.7549
Yxy23.72090.30070.2990
Hunter Lab48.70412.2056-4.5640
CIE-Lab55.80735.8891-8.8259

#898395 color RGB value is (137,131,149).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 10000011 10010101
Octal 211 203 225
Decimal 137 131 149
Hex 89 83 95

RGB Percentages of Color #898395

%32.85
%31.41
%35.73

CMYK Percentages of Color #898395

%8
%12
%0
%42

Triadic Colors of #898395

#898395 #958983 #839589

Analogous Colors of #898395

#898395 #928395 #838695

Monochromatic Colors of #898395

#898395

Complementary Color

#898395 #8f9583

#898395 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#898395 Color Preview on White Background

Lorem ipsum dolor sit amet.

#898395 Color CSS Codes

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

#898395 Text Font Color

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

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


#898395 Background Color

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

This div background color is #898395


#898395 Border Color

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

This div border color is #898395


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #898395


Comments

No comments written yet.

Please login to write comment.