Color Hex Logo

#898acb Color Hex

#898ACB
(137,138,203)
0 Favorites   0 Comments

Color spaces of #898acb

RGB 137138203
HSL0.660.390.67
HSV239°33°80°
CMYK 0.330.320.00   0.20
XYZ30.184527.807160.2763
Yxy27.80710.25520.2351
Hunter Lab52.73249.8932-30.8593
CIE-Lab59.714114.7752-33.6783

#898acb color RGB value is (137,138,203).

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

The process color (four color CMYK) of #898acb color hex is 0.33, 0.32, 0.00, 0.20. Web safe color of #898acb is #9999cc. Color #898acb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 10001010 11001011
Octal 211 212 313
Decimal 137 138 203
Hex 89 8A CB

RGB Percentages of Color #898acb

%28.66
%28.87
%42.47

CMYK Percentages of Color #898acb

%33
%32
%0
%20

Triadic Colors of #898acb

#898acb #cb898a #8acb89

Analogous Colors of #898acb

#898acb #a989cb #89abcb

Monochromatic Colors of #898acb

#898acb

Complementary Color

#898acb #cbca89

#898acb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#898acb Color Preview on White Background

Lorem ipsum dolor sit amet.

#898acb Color CSS Codes

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

#898acb Text Font Color

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

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


#898acb Background Color

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

This div background color is #898acb


#898acb Border Color

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

This div border color is #898acb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #898acb


Comments

No comments written yet.

Please login to write comment.