Color Hex Logo

#898eff Color Hex

#898EFF
(137,142,255)
0 Favorites   0 Comments

Color spaces of #898eff

RGB 137142255
HSL0.661.000.77
HSV237°46°100°
CMYK 0.460.440.00   0.00
XYZ38.039531.884498.7571
Yxy31.88440.22550.1890
Hunter Lab56.466321.4337-64.1693
CIE-Lab63.247226.8871-56.9642

#898eff color RGB value is (137,142,255).

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

The process color (four color CMYK) of #898eff color hex is 0.46, 0.44, 0.00, 0.00. Web safe color of #898eff is #9999ff. Color #898eff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 10001110 11111111
Octal 211 216 377
Decimal 137 142 255
Hex 89 8E FF

RGB Percentages of Color #898eff

%25.66
%26.59
%47.75

CMYK Percentages of Color #898eff

%46
%44
%0
%0

Triadic Colors of #898eff

#898eff #ff898e #8eff89

Analogous Colors of #898eff

#898eff #bf89ff #89c9ff

Monochromatic Colors of #898eff

#898eff

Complementary Color

#898eff #fffa89

#898eff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#898eff Color Preview on White Background

Lorem ipsum dolor sit amet.

#898eff Color CSS Codes

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

#898eff Text Font Color

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

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


#898eff Background Color

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

This div background color is #898eff


#898eff Border Color

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

This div border color is #898eff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #898eff


Comments

No comments written yet.

Please login to write comment.