Color Hex Logo

#889aea Color Hex

#889AEA
(136,154,234)
0 Favorites   0 Comments

Color spaces of #889aea

RGB 136154234
HSL0.640.700.73
HSV229°42°92°
CMYK 0.420.340.00   0.08
XYZ36.560234.286082.5328
Yxy34.28600.23840.2235
Hunter Lab58.55428.9822-42.5819
CIE-Lab65.189013.6779-42.3745

#889aea color RGB value is (136,154,234).

#889aea hex color red value is 136, green value is 154 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #889aea hue: 0.64 , saturation: 0.70 and the lightness value of 889aea is 0.73.

The process color (four color CMYK) of #889aea color hex is 0.42, 0.34, 0.00, 0.08. Web safe color of #889aea is #9999ff. Color #889aea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 10011010 11101010
Octal 210 232 352
Decimal 136 154 234
Hex 88 9A EA

RGB Percentages of Color #889aea

%25.95
%29.39
%44.66

CMYK Percentages of Color #889aea

%42
%34
%0
%8

Triadic Colors of #889aea

#889aea #ea889a #9aea88

Analogous Colors of #889aea

#889aea #a788ea #88cbea

Monochromatic Colors of #889aea

#889aea

Complementary Color

#889aea #ead888

#889aea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#889aea Color Preview on White Background

Lorem ipsum dolor sit amet.

#889aea Color CSS Codes

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

#889aea Text Font Color

<p style="color:#889aea">Text here</p>

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


#889aea Background Color

<div style="background-color:#889aea">
Div content here</div>

This div background color is #889aea


#889aea Border Color

<div style="border:3px solid #889aea">
Div here</div>

This div border color is #889aea


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(136,154,234, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #889aea; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #889aea;
  -webkit-box-shadow: 1px 1px 3px 2px #889aea;
  box-shadow:         1px 1px 3px 2px #889aea; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(136,154,234, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #889aea


Comments

No comments written yet.

Please login to write comment.