Color Hex Logo

#889bcb Color Hex

#889BCB
(136,155,203)
0 Favorites   0 Comments

Color spaces of #889bcb

RGB 136155203
HSL0.620.390.66
HSV223°33°80°
CMYK 0.330.240.00   0.20
XYZ32.654232.988761.1463
Yxy32.98870.25750.2602
Hunter Lab57.43580.9707-22.9152
CIE-Lab64.15184.7081-26.8134

#889bcb color RGB value is (136,155,203).

#889bcb hex color red value is 136, green value is 155 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #889bcb hue: 0.62 , saturation: 0.39 and the lightness value of 889bcb is 0.66.

The process color (four color CMYK) of #889bcb color hex is 0.33, 0.24, 0.00, 0.20. Web safe color of #889bcb is #9999cc. Color #889bcb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 10011011 11001011
Octal 210 233 313
Decimal 136 155 203
Hex 88 9B CB

RGB Percentages of Color #889bcb

%27.53
%31.38
%41.09

CMYK Percentages of Color #889bcb

%33
%24
%0
%20

Triadic Colors of #889bcb

#889bcb #cb889b #9bcb88

Analogous Colors of #889bcb

#889bcb #9788cb #88bdcb

Monochromatic Colors of #889bcb

#889bcb

Complementary Color

#889bcb #cbb888

#889bcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#889bcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#889bcb Color CSS Codes

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

#889bcb Text Font Color

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

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


#889bcb Background Color

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

This div background color is #889bcb


#889bcb Border Color

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

This div border color is #889bcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #889bcb


Comments

No comments written yet.

Please login to write comment.