Color Hex Logo

#898ae8 Color Hex

#898AE8
(137,138,232)
0 Favorites   0 Comments

Color spaces of #898ae8

RGB 137138232
HSL0.660.670.72
HSV239°41°91°
CMYK 0.410.410.00   0.09
XYZ33.970529.321580.2131
Yxy29.32150.23670.2043
Hunter Lab54.149317.2204-49.9236
CIE-Lab61.064322.6596-47.7612

#898ae8 color RGB value is (137,138,232).

#898ae8 hex color red value is 137, green value is 138 and the blue value of its RGB is 232. Cylindrical-coordinate representations (also known as HSL) of color #898ae8 hue: 0.66 , saturation: 0.67 and the lightness value of 898ae8 is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 10001010 11101000
Octal 211 212 350
Decimal 137 138 232
Hex 89 8A E8

RGB Percentages of Color #898ae8

%27.02
%27.22
%45.76

CMYK Percentages of Color #898ae8

%41
%41
%0
%9

Triadic Colors of #898ae8

#898ae8 #e8898a #8ae889

Analogous Colors of #898ae8

#898ae8 #b889e8 #89bae8

Monochromatic Colors of #898ae8

#898ae8

Complementary Color

#898ae8 #e8e789

#898ae8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#898ae8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#898ae8 Color CSS Codes

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

#898ae8 Text Font Color

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

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


#898ae8 Background Color

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

This div background color is #898ae8


#898ae8 Border Color

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

This div border color is #898ae8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #898ae8


Comments

No comments written yet.

Please login to write comment.