Color Hex Logo

#8996bb Color Hex

#8996BB
(137,150,187)
0 Favorites   0 Comments

Color spaces of #8996bb

RGB 137150187
HSL0.620.270.64
HSV224°27°73°
CMYK 0.270.200.00   0.27
XYZ30.192530.718951.3517
Yxy30.71890.26890.2736
Hunter Lab55.42460.2445-16.1358
CIE-Lab62.26963.7900-20.7307

#8996bb color RGB value is (137,150,187).

#8996bb hex color red value is 137, green value is 150 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #8996bb hue: 0.62 , saturation: 0.27 and the lightness value of 8996bb is 0.64.

The process color (four color CMYK) of #8996bb color hex is 0.27, 0.20, 0.00, 0.27. Web safe color of #8996bb is #9999cc. Color #8996bb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 10010110 10111011
Octal 211 226 273
Decimal 137 150 187
Hex 89 96 BB

RGB Percentages of Color #8996bb

%28.90
%31.65
%39.45

CMYK Percentages of Color #8996bb

%27
%20
%0
%27

Triadic Colors of #8996bb

#8996bb #bb8996 #96bb89

Analogous Colors of #8996bb

#8996bb #9589bb #89afbb

Monochromatic Colors of #8996bb

#8996bb

Complementary Color

#8996bb #bbae89

#8996bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8996bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#8996bb Color CSS Codes

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

#8996bb Text Font Color

<p style="color:#8996bb">Text here</p>

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


#8996bb Background Color

<div style="background-color:#8996bb">
Div content here</div>

This div background color is #8996bb


#8996bb Border Color

<div style="border:3px solid #8996bb">
Div here</div>

This div border color is #8996bb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(137,150,187, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8996bb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8996bb;
  -webkit-box-shadow: 1px 1px 3px 2px #8996bb;
  box-shadow:         1px 1px 3px 2px #8996bb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(137,150,187, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8996bb


Comments

No comments written yet.

Please login to write comment.