Color Hex Logo

#889cca Color Hex

#889CCA
(136,156,202)
0 Favorites   0 Comments

Color spaces of #889cca

RGB 136156202
HSL0.620.380.66
HSV222°33°79°
CMYK 0.330.230.00   0.21
XYZ32.702533.275460.5763
Yxy33.27540.25840.2629
Hunter Lab57.68480.2462-21.8825
CIE-Lab64.38333.8827-25.8999

#889cca color RGB value is (136,156,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 10011100 11001010
Octal 210 234 312
Decimal 136 156 202
Hex 88 9C CA

RGB Percentages of Color #889cca

%27.53
%31.58
%40.89

CMYK Percentages of Color #889cca

%33
%23
%0
%21

Triadic Colors of #889cca

#889cca #ca889c #9cca88

Analogous Colors of #889cca

#889cca #9588ca #88bdca

Monochromatic Colors of #889cca

#889cca

Complementary Color

#889cca #cab688

#889cca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#889cca Color Preview on White Background

Lorem ipsum dolor sit amet.

#889cca Color CSS Codes

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

#889cca Text Font Color

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

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


#889cca Background Color

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

This div background color is #889cca


#889cca Border Color

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

This div border color is #889cca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #889cca


Comments

No comments written yet.

Please login to write comment.