Color Hex Logo

#889ddb Color Hex

#889DDB
(136,157,219)
0 Favorites   0 Comments

Color spaces of #889ddb

RGB 136157219
HSL0.620.540.70
HSV225°38°86°
CMYK 0.380.280.00   0.14
XYZ34.996534.462771.8253
Yxy34.46270.24770.2439
Hunter Lab58.70493.6778-31.4477
CIE-Lab65.32827.8178-33.8805

#889ddb color RGB value is (136,157,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 10011101 11011011
Octal 210 235 333
Decimal 136 157 219
Hex 88 9D DB

RGB Percentages of Color #889ddb

%26.56
%30.66
%42.77

CMYK Percentages of Color #889ddb

%38
%28
%0
%14

Triadic Colors of #889ddb

#889ddb #db889d #9ddb88

Analogous Colors of #889ddb

#889ddb #9d88db #88c7db

Monochromatic Colors of #889ddb

#889ddb

Complementary Color

#889ddb #dbc688

#889ddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#889ddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#889ddb Color CSS Codes

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

#889ddb Text Font Color

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

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


#889ddb Background Color

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

This div background color is #889ddb


#889ddb Border Color

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

This div border color is #889ddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #889ddb


Comments

No comments written yet.

Please login to write comment.