Color Hex Logo

#889eca Color Hex

#889ECA
(136,158,202)
0 Favorites   0 Comments

Color spaces of #889eca

RGB 136158202
HSL0.610.380.66
HSV220°33°79°
CMYK 0.330.220.00   0.21
XYZ33.040933.952260.6891
Yxy33.95220.25880.2659
Hunter Lab58.2685-0.7523-20.9651
CIE-Lab64.92462.7538-25.0686

#889eca color RGB value is (136,158,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 10011110 11001010
Octal 210 236 312
Decimal 136 158 202
Hex 88 9E CA

RGB Percentages of Color #889eca

%27.42
%31.85
%40.73

CMYK Percentages of Color #889eca

%33
%22
%0
%21

Triadic Colors of #889eca

#889eca #ca889e #9eca88

Analogous Colors of #889eca

#889eca #9388ca #88bfca

Monochromatic Colors of #889eca

#889eca

Complementary Color

#889eca #cab488

#889eca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#889eca Color Preview on White Background

Lorem ipsum dolor sit amet.

#889eca Color CSS Codes

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

#889eca Text Font Color

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

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


#889eca Background Color

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

This div background color is #889eca


#889eca Border Color

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

This div border color is #889eca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #889eca


Comments

No comments written yet.

Please login to write comment.