Color Hex Logo

#889eb1 Color Hex

#889EB1
(136,158,177)
0 Favorites   0 Comments

Color spaces of #889eb1

RGB 136158177
HSL0.580.210.61
HSV208°23°69°
CMYK 0.230.110.00   0.31
XYZ30.316032.862346.3402
Yxy32.86230.27680.3001
Hunter Lab57.3256-5.9222-7.8002
CIE-Lab64.0493-3.4163-12.4238

#889eb1 color RGB value is (136,158,177).

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

The process color (four color CMYK) of #889eb1 color hex is 0.23, 0.11, 0.00, 0.31. Web safe color of #889eb1 is #999999. Color #889eb1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 10011110 10110001
Octal 210 236 261
Decimal 136 158 177
Hex 88 9E B1

RGB Percentages of Color #889eb1

%28.87
%33.55
%37.58

CMYK Percentages of Color #889eb1

%23
%11
%0
%31

Triadic Colors of #889eb1

#889eb1 #b1889e #9eb188

Analogous Colors of #889eb1

#889eb1 #888ab1 #88b1b0

Monochromatic Colors of #889eb1

#889eb1

Complementary Color

#889eb1 #b19b88

#889eb1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#889eb1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#889eb1 Color CSS Codes

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

#889eb1 Text Font Color

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

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


#889eb1 Background Color

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

This div background color is #889eb1


#889eb1 Border Color

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

This div border color is #889eb1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #889eb1

#889eb1 Color Palettes


Comments

No comments written yet.

Please login to write comment.