Color Hex Logo

#898eed Color Hex

#898EED
(137,142,237)
0 Favorites   0 Comments

Color spaces of #898eed

RGB 137142237
HSL0.660.740.73
HSV237°42°93°
CMYK 0.420.400.00   0.07
XYZ35.275630.778884.2024
Yxy30.77880.23480.2048
Hunter Lab55.478616.4100-51.1520
CIE-Lab62.320521.7323-48.5417

#898eed color RGB value is (137,142,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 10001110 11101101
Octal 211 216 355
Decimal 137 142 237
Hex 89 8E ED

RGB Percentages of Color #898eed

%26.55
%27.52
%45.93

CMYK Percentages of Color #898eed

%42
%40
%0
%7

Triadic Colors of #898eed

#898eed #ed898e #8eed89

Analogous Colors of #898eed

#898eed #b689ed #89c0ed

Monochromatic Colors of #898eed

#898eed

Complementary Color

#898eed #ede889

#898eed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#898eed Color Preview on White Background

Lorem ipsum dolor sit amet.

#898eed Color CSS Codes

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

#898eed Text Font Color

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

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


#898eed Background Color

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

This div background color is #898eed


#898eed Border Color

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

This div border color is #898eed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #898eed


Comments

No comments written yet.

Please login to write comment.