Color Hex Logo

#898ebe Color Hex

#898EBE
(137,142,190)
0 Favorites   0 Comments

Color spaces of #898ebe

RGB 137142190
HSL0.650.290.64
HSV234°28°75°
CMYK 0.280.250.00   0.25
XYZ29.283828.382152.6501
Yxy28.38210.26550.2573
Hunter Lab53.27494.8858-21.3023
CIE-Lab60.23249.1137-25.5444

#898ebe color RGB value is (137,142,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 10001110 10111110
Octal 211 216 276
Decimal 137 142 190
Hex 89 8E BE

RGB Percentages of Color #898ebe

%29.21
%30.28
%40.51

CMYK Percentages of Color #898ebe

%28
%25
%0
%25

Triadic Colors of #898ebe

#898ebe #be898e #8ebe89

Analogous Colors of #898ebe

#898ebe #9f89be #89a9be

Monochromatic Colors of #898ebe

#898ebe

Complementary Color

#898ebe #beb989

#898ebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#898ebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#898ebe Color CSS Codes

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

#898ebe Text Font Color

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

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


#898ebe Background Color

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

This div background color is #898ebe


#898ebe Border Color

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

This div border color is #898ebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #898ebe


Comments

No comments written yet.

Please login to write comment.