Color Hex Logo

#889ffa Color Hex

#889FFA
(136,159,250)
0 Favorites   0 Comments

Color spaces of #889ffa

RGB 136159250
HSL0.630.920.76
HSV228°46°98°
CMYK 0.460.360.00   0.02
XYZ39.806836.932695.4731
Yxy36.93260.23110.2145
Hunter Lab60.772210.5691-50.6040
CIE-Lab67.226415.3555-47.9333

#889ffa color RGB value is (136,159,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 10011111 11111010
Octal 210 237 372
Decimal 136 159 250
Hex 88 9F FA

RGB Percentages of Color #889ffa

%24.95
%29.17
%45.87

CMYK Percentages of Color #889ffa

%46
%36
%0
%2

Triadic Colors of #889ffa

#889ffa #fa889f #9ffa88

Analogous Colors of #889ffa

#889ffa #aa88fa #88d8fa

Monochromatic Colors of #889ffa

#889ffa

Complementary Color

#889ffa #fae388

#889ffa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#889ffa Color Preview on White Background

Lorem ipsum dolor sit amet.

#889ffa Color CSS Codes

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

#889ffa Text Font Color

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

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


#889ffa Background Color

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

This div background color is #889ffa


#889ffa Border Color

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

This div border color is #889ffa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(136,159,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 #889ffa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #889ffa

Related Colors


Comments

No comments written yet.

Please login to write comment.