Color Hex Logo

#898497 Color Hex

#898497
(137,132,151)
0 Favorites   0 Comments

Color spaces of #898497

RGB 137132151
HSL0.710.080.55
HSV256°13°59°
CMYK 0.090.130.00   0.41
XYZ24.153724.055332.6482
Yxy24.05530.29870.2975
Hunter Lab49.04622.0747-5.1348
CIE-Lab56.14315.7410-9.4791

#898497 color RGB value is (137,132,151).

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

The process color (four color CMYK) of #898497 color hex is 0.09, 0.13, 0.00, 0.41. Web safe color of #898497 is #999999. Color #898497 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 10000100 10010111
Octal 211 204 227
Decimal 137 132 151
Hex 89 84 97

RGB Percentages of Color #898497

%32.62
%31.43
%35.95

CMYK Percentages of Color #898497

%9
%13
%0
%41

Triadic Colors of #898497

#898497 #978984 #849789

Analogous Colors of #898497

#898497 #938497 #848997

Monochromatic Colors of #898497

#898497

Complementary Color

#898497 #929784

#898497 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#898497 Color Preview on White Background

Lorem ipsum dolor sit amet.

#898497 Color CSS Codes

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

#898497 Text Font Color

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

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


#898497 Background Color

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

This div background color is #898497


#898497 Border Color

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

This div border color is #898497


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #898497


Comments

No comments written yet.

Please login to write comment.