Color Hex Logo

#898eee Color Hex

#898EEE
(137,142,238)
0 Favorites   0 Comments

Color spaces of #898eee

RGB 137142238
HSL0.660.750.74
HSV237°42°93°
CMYK 0.420.400.00   0.07
XYZ35.422130.837484.9742
Yxy30.83740.23420.2039
Hunter Lab55.531416.6806-51.8536
CIE-Lab62.370122.0150-49.0152

#898eee color RGB value is (137,142,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 10001110 11101110
Octal 211 216 356
Decimal 137 142 238
Hex 89 8E EE

RGB Percentages of Color #898eee

%26.50
%27.47
%46.03

CMYK Percentages of Color #898eee

%42
%40
%0
%7

Triadic Colors of #898eee

#898eee #ee898e #8eee89

Analogous Colors of #898eee

#898eee #b789ee #89c1ee

Monochromatic Colors of #898eee

#898eee

Complementary Color

#898eee #eee989

#898eee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#898eee Color Preview on White Background

Lorem ipsum dolor sit amet.

#898eee Color CSS Codes

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

#898eee Text Font Color

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

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


#898eee Background Color

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

This div background color is #898eee


#898eee Border Color

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

This div border color is #898eee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #898eee


Comments

No comments written yet.

Please login to write comment.