Color Hex Logo

#898ede Color Hex

#898EDE
(137,142,222)
0 Favorites   0 Comments

Color spaces of #898ede

RGB 137142222
HSL0.660.560.70
HSV236°38°87°
CMYK 0.380.360.00   0.13
XYZ33.174329.938373.1374
Yxy29.93830.24350.2197
Hunter Lab54.715912.4719-40.9504
CIE-Lab61.600917.5524-41.3605

#898ede color RGB value is (137,142,222).

#898ede hex color red value is 137, green value is 142 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #898ede hue: 0.66 , saturation: 0.56 and the lightness value of 898ede is 0.70.

The process color (four color CMYK) of #898ede color hex is 0.38, 0.36, 0.00, 0.13. Web safe color of #898ede is #9999cc. Color #898ede contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 10001110 11011110
Octal 211 216 336
Decimal 137 142 222
Hex 89 8E DE

RGB Percentages of Color #898ede

%27.35
%28.34
%44.31

CMYK Percentages of Color #898ede

%38
%36
%0
%13

Triadic Colors of #898ede

#898ede #de898e #8ede89

Analogous Colors of #898ede

#898ede #af89de #89b9de

Monochromatic Colors of #898ede

#898ede

Complementary Color

#898ede #ded989

#898ede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#898ede Color Preview on White Background

Lorem ipsum dolor sit amet.

#898ede Color CSS Codes

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

#898ede Text Font Color

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

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


#898ede Background Color

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

This div background color is #898ede


#898ede Border Color

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

This div border color is #898ede


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #898ede


Comments

No comments written yet.

Please login to write comment.