Color Hex Logo

#889fdd Color Hex

#889FDD
(136,159,221)
0 Favorites   0 Comments

Color spaces of #889fdd

RGB 136159221
HSL0.620.560.70
HSV224°38°87°
CMYK 0.380.280.00   0.13
XYZ35.602635.251073.3343
Yxy35.25100.24690.2445
Hunter Lab59.37263.1351-31.6715
CIE-Lab65.94367.2221-34.0302

#889fdd color RGB value is (136,159,221).

#889fdd hex color red value is 136, green value is 159 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #889fdd hue: 0.62 , saturation: 0.56 and the lightness value of 889fdd is 0.70.

The process color (four color CMYK) of #889fdd color hex is 0.38, 0.28, 0.00, 0.13. Web safe color of #889fdd is #9999cc. Color #889fdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 10011111 11011101
Octal 210 237 335
Decimal 136 159 221
Hex 88 9F DD

RGB Percentages of Color #889fdd

%26.36
%30.81
%42.83

CMYK Percentages of Color #889fdd

%38
%28
%0
%13

Triadic Colors of #889fdd

#889fdd #dd889f #9fdd88

Analogous Colors of #889fdd

#889fdd #9c88dd #88cadd

Monochromatic Colors of #889fdd

#889fdd

Complementary Color

#889fdd #ddc688

#889fdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#889fdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#889fdd Color CSS Codes

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

#889fdd Text Font Color

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

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


#889fdd Background Color

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

This div background color is #889fdd


#889fdd Border Color

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

This div border color is #889fdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #889fdd


Comments

No comments written yet.

Please login to write comment.