Color Hex Logo

#889ccb Color Hex

#889CCB
(136,156,203)
0 Favorites   0 Comments

Color spaces of #889ccb

RGB 136156203
HSL0.620.390.66
HSV222°33°80°
CMYK 0.330.230.00   0.20
XYZ32.821333.323061.2020
Yxy33.32300.25770.2617
Hunter Lab57.72610.4691-22.4518
CIE-Lab64.42164.1414-26.3983

#889ccb color RGB value is (136,156,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 10011100 11001011
Octal 210 234 313
Decimal 136 156 203
Hex 88 9C CB

RGB Percentages of Color #889ccb

%27.47
%31.52
%41.01

CMYK Percentages of Color #889ccb

%33
%23
%0
%20

Triadic Colors of #889ccb

#889ccb #cb889c #9ccb88

Analogous Colors of #889ccb

#889ccb #9688cb #88becb

Monochromatic Colors of #889ccb

#889ccb

Complementary Color

#889ccb #cbb788

#889ccb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#889ccb Color Preview on White Background

Lorem ipsum dolor sit amet.

#889ccb Color CSS Codes

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

#889ccb Text Font Color

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

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


#889ccb Background Color

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

This div background color is #889ccb


#889ccb Border Color

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

This div border color is #889ccb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #889ccb


Comments

No comments written yet.

Please login to write comment.