Color Hex Logo

#898caf Color Hex

#898CAF
(137,140,175)
0 Favorites   0 Comments

Color spaces of #898caf

RGB 137140175
HSL0.650.190.61
HSV235°22°69°
CMYK 0.220.200.00   0.31
XYZ27.432527.169744.3559
Yxy27.16970.27720.2746
Hunter Lab52.12462.7243-13.9662
CIE-Lab59.13116.5888-18.7247

#898caf color RGB value is (137,140,175).

#898caf hex color red value is 137, green value is 140 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #898caf hue: 0.65 , saturation: 0.19 and the lightness value of 898caf is 0.61.

The process color (four color CMYK) of #898caf color hex is 0.22, 0.20, 0.00, 0.31. Web safe color of #898caf is #999999. Color #898caf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 10001100 10101111
Octal 211 214 257
Decimal 137 140 175
Hex 89 8C AF

RGB Percentages of Color #898caf

%30.31
%30.97
%38.72

CMYK Percentages of Color #898caf

%22
%20
%0
%31

Triadic Colors of #898caf

#898caf #af898c #8caf89

Analogous Colors of #898caf

#898caf #9989af #899faf

Monochromatic Colors of #898caf

#898caf

Complementary Color

#898caf #afac89

#898caf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#898caf Color Preview on White Background

Lorem ipsum dolor sit amet.

#898caf Color CSS Codes

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

#898caf Text Font Color

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

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


#898caf Background Color

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

This div background color is #898caf


#898caf Border Color

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

This div border color is #898caf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #898caf


Comments

No comments written yet.

Please login to write comment.