Color Hex Logo

#898aaa Color Hex

#898AAA
(137,138,170)
0 Favorites   0 Comments

Color spaces of #898aaa

RGB 137138170
HSL0.660.160.60
HSV238°19°67°
CMYK 0.190.190.00   0.33
XYZ26.660726.397641.7203
Yxy26.39760.28130.2785
Hunter Lab51.37862.7123-12.1795
CIE-Lab58.41256.5576-16.9669

#898aaa color RGB value is (137,138,170).

#898aaa hex color red value is 137, green value is 138 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #898aaa hue: 0.66 , saturation: 0.16 and the lightness value of 898aaa is 0.60.

The process color (four color CMYK) of #898aaa color hex is 0.19, 0.19, 0.00, 0.33. Web safe color of #898aaa is #999999. Color #898aaa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 10001010 10101010
Octal 211 212 252
Decimal 137 138 170
Hex 89 8A AA

RGB Percentages of Color #898aaa

%30.79
%31.01
%38.20

CMYK Percentages of Color #898aaa

%19
%19
%0
%33

Triadic Colors of #898aaa

#898aaa #aa898a #8aaa89

Analogous Colors of #898aaa

#898aaa #9989aa #899baa

Monochromatic Colors of #898aaa

#898aaa

Complementary Color

#898aaa #aaa989

#898aaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#898aaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#898aaa Color CSS Codes

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

#898aaa Text Font Color

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

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


#898aaa Background Color

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

This div background color is #898aaa


#898aaa Border Color

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

This div border color is #898aaa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(137,138,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #898aaa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #898aaa;
  -webkit-box-shadow: 1px 1px 3px 2px #898aaa;
  box-shadow:         1px 1px 3px 2px #898aaa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #898aaa


Comments

No comments written yet.

Please login to write comment.