Color Hex Logo

#889afa Color Hex

#889AFA
(136,154,250)
0 Favorites   0 Comments

Color spaces of #889afa

RGB 136154250
HSL0.640.920.76
HSV231°46°98°
CMYK 0.460.380.00   0.02
XYZ38.964335.247695.1923
Yxy35.24760.23000.2081
Hunter Lab59.369713.2525-53.5057
CIE-Lab65.941018.2383-49.9618

#889afa color RGB value is (136,154,250).

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

The process color (four color CMYK) of #889afa color hex is 0.46, 0.38, 0.00, 0.02. Web safe color of #889afa is #9999ff. Color #889afa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 10011010 11111010
Octal 210 232 372
Decimal 136 154 250
Hex 88 9A FA

RGB Percentages of Color #889afa

%25.19
%28.52
%46.30

CMYK Percentages of Color #889afa

%46
%38
%0
%2

Triadic Colors of #889afa

#889afa #fa889a #9afa88

Analogous Colors of #889afa

#889afa #af88fa #88d3fa

Monochromatic Colors of #889afa

#889afa

Complementary Color

#889afa #fae888

#889afa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#889afa Color Preview on White Background

Lorem ipsum dolor sit amet.

#889afa Color CSS Codes

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

#889afa Text Font Color

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

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


#889afa Background Color

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

This div background color is #889afa


#889afa Border Color

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

This div border color is #889afa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #889afa


Comments

No comments written yet.

Please login to write comment.