Color Hex Logo

#889bc5 Color Hex

#889BC5
(136,155,197)
0 Favorites   0 Comments

Color spaces of #889bc5

RGB 136155197
HSL0.610.340.65
HSV221°31°77°
CMYK 0.310.210.00   0.23
XYZ31.952732.708157.4525
Yxy32.70810.26170.2679
Hunter Lab57.1910-0.3560-19.5274
CIE-Lab63.92393.1646-23.8145

#889bc5 color RGB value is (136,155,197).

#889bc5 hex color red value is 136, green value is 155 and the blue value of its RGB is 197. Cylindrical-coordinate representations (also known as HSL) of color #889bc5 hue: 0.61 , saturation: 0.34 and the lightness value of 889bc5 is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 10011011 11000101
Octal 210 233 305
Decimal 136 155 197
Hex 88 9B C5

RGB Percentages of Color #889bc5

%27.87
%31.76
%40.37

CMYK Percentages of Color #889bc5

%31
%21
%0
%23

Triadic Colors of #889bc5

#889bc5 #c5889b #9bc588

Analogous Colors of #889bc5

#889bc5 #9488c5 #88bac5

Monochromatic Colors of #889bc5

#889bc5

Complementary Color

#889bc5 #c5b288

#889bc5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#889bc5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#889bc5 Color CSS Codes

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

#889bc5 Text Font Color

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

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


#889bc5 Background Color

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

This div background color is #889bc5


#889bc5 Border Color

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

This div border color is #889bc5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #889bc5


Comments

No comments written yet.

Please login to write comment.