Color Hex Logo

#898ebd Color Hex

#898EBD
(137,142,189)
0 Favorites   0 Comments

Color spaces of #898ebd

RGB 137142189
HSL0.650.280.64
HSV234°28°74°
CMYK 0.280.250.00   0.26
XYZ29.174828.338552.0763
Yxy28.33850.26620.2586
Hunter Lab53.23394.6674-20.7369
CIE-Lab60.19338.8625-25.0394

#898ebd color RGB value is (137,142,189).

#898ebd hex color red value is 137, green value is 142 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #898ebd hue: 0.65 , saturation: 0.28 and the lightness value of 898ebd is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 10001110 10111101
Octal 211 216 275
Decimal 137 142 189
Hex 89 8E BD

RGB Percentages of Color #898ebd

%29.27
%30.34
%40.38

CMYK Percentages of Color #898ebd

%28
%25
%0
%26

Triadic Colors of #898ebd

#898ebd #bd898e #8ebd89

Analogous Colors of #898ebd

#898ebd #9e89bd #89a8bd

Monochromatic Colors of #898ebd

#898ebd

Complementary Color

#898ebd #bdb889

#898ebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#898ebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#898ebd Color CSS Codes

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

#898ebd Text Font Color

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

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


#898ebd Background Color

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

This div background color is #898ebd


#898ebd Border Color

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

This div border color is #898ebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #898ebd


Comments

No comments written yet.

Please login to write comment.