Color Hex Logo

#898abb Color Hex

#898ABB
(137,138,187)
0 Favorites   0 Comments

Color spaces of #898abb

RGB 137138187
HSL0.660.270.64
HSV239°27°73°
CMYK 0.270.260.00   0.27
XYZ28.374627.083250.7458
Yxy27.08320.26720.2550
Hunter Lab52.04156.2509-21.3847
CIE-Lab59.051310.6729-25.6649

#898abb color RGB value is (137,138,187).

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

The process color (four color CMYK) of #898abb color hex is 0.27, 0.26, 0.00, 0.27. Web safe color of #898abb is #9999cc. Color #898abb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 10001010 10111011
Octal 211 212 273
Decimal 137 138 187
Hex 89 8A BB

RGB Percentages of Color #898abb

%29.65
%29.87
%40.48

CMYK Percentages of Color #898abb

%27
%26
%0
%27

Triadic Colors of #898abb

#898abb #bb898a #8abb89

Analogous Colors of #898abb

#898abb #a189bb #89a3bb

Monochromatic Colors of #898abb

#898abb

Complementary Color

#898abb #bbba89

#898abb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#898abb Color Preview on White Background

Lorem ipsum dolor sit amet.

#898abb Color CSS Codes

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

#898abb Text Font Color

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

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


#898abb Background Color

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

This div background color is #898abb


#898abb Border Color

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

This div border color is #898abb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #898abb


Comments

No comments written yet.

Please login to write comment.