Color Hex Logo

#898eef Color Hex

#898EEF
(137,142,239)
0 Favorites   0 Comments

Color spaces of #898eef

RGB 137142239
HSL0.660.760.74
HSV237°43°94°
CMYK 0.430.410.00   0.06
XYZ35.569530.896485.7502
Yxy30.89640.23370.2030
Hunter Lab55.584516.9523-52.5575
CIE-Lab62.420122.2981-49.4879

#898eef color RGB value is (137,142,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 10001110 11101111
Octal 211 216 357
Decimal 137 142 239
Hex 89 8E EF

RGB Percentages of Color #898eef

%26.45
%27.41
%46.14

CMYK Percentages of Color #898eef

%43
%41
%0
%6

Triadic Colors of #898eef

#898eef #ef898e #8eef89

Analogous Colors of #898eef

#898eef #b789ef #89c1ef

Monochromatic Colors of #898eef

#898eef

Complementary Color

#898eef #efea89

#898eef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#898eef Color Preview on White Background

Lorem ipsum dolor sit amet.

#898eef Color CSS Codes

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

#898eef Text Font Color

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

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


#898eef Background Color

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

This div background color is #898eef


#898eef Border Color

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

This div border color is #898eef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #898eef


Comments

No comments written yet.

Please login to write comment.