Color Hex Logo

#898cee Color Hex

#898CEE
(137,140,238)
0 Favorites   0 Comments

Color spaces of #898cee

RGB 137140238
HSL0.660.750.74
HSV238°42°93°
CMYK 0.420.410.00   0.07
XYZ35.127230.247684.8759
Yxy30.24760.23380.2013
Hunter Lab54.997817.7621-53.0014
CIE-Lab61.867323.1811-49.8112

#898cee color RGB value is (137,140,238).

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

The process color (four color CMYK) of #898cee color hex is 0.42, 0.41, 0.00, 0.07. Web safe color of #898cee is #9999ff. Color #898cee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 10001100 11101110
Octal 211 214 356
Decimal 137 140 238
Hex 89 8C EE

RGB Percentages of Color #898cee

%26.60
%27.18
%46.21

CMYK Percentages of Color #898cee

%42
%41
%0
%7

Triadic Colors of #898cee

#898cee #ee898c #8cee89

Analogous Colors of #898cee

#898cee #b989ee #89bfee

Monochromatic Colors of #898cee

#898cee

Complementary Color

#898cee #eeeb89

#898cee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#898cee Color Preview on White Background

Lorem ipsum dolor sit amet.

#898cee Color CSS Codes

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

#898cee Text Font Color

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

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


#898cee Background Color

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

This div background color is #898cee


#898cee Border Color

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

This div border color is #898cee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #898cee


Comments

No comments written yet.

Please login to write comment.