Color Hex Logo

#898cef Color Hex

#898CEF
(137,140,239)
0 Favorites   0 Comments

Color spaces of #898cef

RGB 137140239
HSL0.660.760.74
HSV238°43°94°
CMYK 0.430.410.00   0.06
XYZ35.274630.306585.6519
Yxy30.30650.23320.2004
Hunter Lab55.051318.0355-53.7107
CIE-Lab61.917823.4646-50.2833

#898cef color RGB value is (137,140,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 10001100 11101111
Octal 211 214 357
Decimal 137 140 239
Hex 89 8C EF

RGB Percentages of Color #898cef

%26.55
%27.13
%46.32

CMYK Percentages of Color #898cef

%43
%41
%0
%6

Triadic Colors of #898cef

#898cef #ef898c #8cef89

Analogous Colors of #898cef

#898cef #b989ef #89bfef

Monochromatic Colors of #898cef

#898cef

Complementary Color

#898cef #efec89

#898cef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#898cef Color Preview on White Background

Lorem ipsum dolor sit amet.

#898cef Color CSS Codes

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

#898cef Text Font Color

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

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


#898cef Background Color

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

This div background color is #898cef


#898cef Border Color

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

This div border color is #898cef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #898cef


Comments

No comments written yet.

Please login to write comment.