Color Hex Logo

#898cde Color Hex

#898CDE
(137,140,222)
0 Favorites   0 Comments

Color spaces of #898cde

RGB 137140222
HSL0.660.560.70
HSV238°38°87°
CMYK 0.380.370.00   0.13
XYZ32.879429.348573.0391
Yxy29.34850.24310.2170
Hunter Lab54.174313.5301-42.0143
CIE-Lab61.088018.7173-42.1664

#898cde color RGB value is (137,140,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 10001100 11011110
Octal 211 214 336
Decimal 137 140 222
Hex 89 8C DE

RGB Percentages of Color #898cde

%27.45
%28.06
%44.49

CMYK Percentages of Color #898cde

%38
%37
%0
%13

Triadic Colors of #898cde

#898cde #de898c #8cde89

Analogous Colors of #898cde

#898cde #b189de #89b7de

Monochromatic Colors of #898cde

#898cde

Complementary Color

#898cde #dedb89

#898cde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#898cde Color Preview on White Background

Lorem ipsum dolor sit amet.

#898cde Color CSS Codes

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

#898cde Text Font Color

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

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


#898cde Background Color

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

This div background color is #898cde


#898cde Border Color

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

This div border color is #898cde


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(137,140,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 #898cde">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #898cde


Comments

No comments written yet.

Please login to write comment.