Color Hex Logo

#889fdb Color Hex

#889FDB
(136,159,219)
0 Favorites   0 Comments

Color spaces of #889fdb

RGB 136159219
HSL0.620.540.70
HSV223°38°86°
CMYK 0.380.270.00   0.14
XYZ35.337735.145071.9390
Yxy35.14500.24810.2468
Hunter Lab59.28322.6551-30.4490
CIE-Lab65.86146.6804-33.0529

#889fdb color RGB value is (136,159,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 10011111 11011011
Octal 210 237 333
Decimal 136 159 219
Hex 88 9F DB

RGB Percentages of Color #889fdb

%26.46
%30.93
%42.61

CMYK Percentages of Color #889fdb

%38
%27
%0
%14

Triadic Colors of #889fdb

#889fdb #db889f #9fdb88

Analogous Colors of #889fdb

#889fdb #9b88db #88c9db

Monochromatic Colors of #889fdb

#889fdb

Complementary Color

#889fdb #dbc488

#889fdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#889fdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#889fdb Color CSS Codes

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

#889fdb Text Font Color

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

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


#889fdb Background Color

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

This div background color is #889fdb


#889fdb Border Color

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

This div border color is #889fdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #889fdb


Comments

No comments written yet.

Please login to write comment.