Color Hex Logo

#898fac Color Hex

#898FAC
(137,143,172)
0 Favorites   0 Comments

Color spaces of #898fac

RGB 137143172
HSL0.640.170.61
HSV230°20°67°
CMYK 0.200.170.00   0.33
XYZ27.585427.941842.9691
Yxy27.94180.28010.2837
Hunter Lab52.86000.6466-11.1939
CIE-Lab59.83614.1626-15.9476

#898fac color RGB value is (137,143,172).

#898fac hex color red value is 137, green value is 143 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #898fac hue: 0.64 , saturation: 0.17 and the lightness value of 898fac is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 10001111 10101100
Octal 211 217 254
Decimal 137 143 172
Hex 89 8F AC

RGB Percentages of Color #898fac

%30.31
%31.64
%38.05

CMYK Percentages of Color #898fac

%20
%17
%0
%33

Triadic Colors of #898fac

#898fac #ac898f #8fac89

Analogous Colors of #898fac

#898fac #9589ac #89a1ac

Monochromatic Colors of #898fac

#898fac

Complementary Color

#898fac #aca689

#898fac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#898fac Color Preview on White Background

Lorem ipsum dolor sit amet.

#898fac Color CSS Codes

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

#898fac Text Font Color

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

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


#898fac Background Color

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

This div background color is #898fac


#898fac Border Color

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

This div border color is #898fac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #898fac


Comments

No comments written yet.

Please login to write comment.