Color Hex Logo

#889cdb Color Hex

#889CDB
(136,156,219)
0 Favorites   0 Comments

Color spaces of #889cdb

RGB 136156219
HSL0.630.540.70
HSV226°38°86°
CMYK 0.380.290.00   0.14
XYZ34.828034.125671.7691
Yxy34.12560.24750.2425
Hunter Lab58.41714.1909-31.9495
CIE-Lab65.06218.3885-34.2937

#889cdb color RGB value is (136,156,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 10011100 11011011
Octal 210 234 333
Decimal 136 156 219
Hex 88 9C DB

RGB Percentages of Color #889cdb

%26.61
%30.53
%42.86

CMYK Percentages of Color #889cdb

%38
%29
%0
%14

Triadic Colors of #889cdb

#889cdb #db889c #9cdb88

Analogous Colors of #889cdb

#889cdb #9e88db #88c6db

Monochromatic Colors of #889cdb

#889cdb

Complementary Color

#889cdb #dbc788

#889cdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#889cdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#889cdb Color CSS Codes

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

#889cdb Text Font Color

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

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


#889cdb Background Color

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

This div background color is #889cdb


#889cdb Border Color

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

This div border color is #889cdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #889cdb


Comments

No comments written yet.

Please login to write comment.