Color Hex Logo

#8996bd Color Hex

#8996BD
(137,150,189)
0 Favorites   0 Comments

Color spaces of #8996bd

RGB 137150189
HSL0.630.280.64
HSV225°28°74°
CMYK 0.280.210.00   0.26
XYZ30.408230.805252.4874
Yxy30.80520.26740.2709
Hunter Lab55.50240.6658-17.2175
CIE-Lab62.34284.2849-21.7438

#8996bd color RGB value is (137,150,189).

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

The process color (four color CMYK) of #8996bd color hex is 0.28, 0.21, 0.00, 0.26. Web safe color of #8996bd is #9999cc. Color #8996bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 10010110 10111101
Octal 211 226 275
Decimal 137 150 189
Hex 89 96 BD

RGB Percentages of Color #8996bd

%28.78
%31.51
%39.71

CMYK Percentages of Color #8996bd

%28
%21
%0
%26

Triadic Colors of #8996bd

#8996bd #bd8996 #96bd89

Analogous Colors of #8996bd

#8996bd #9689bd #89b0bd

Monochromatic Colors of #8996bd

#8996bd

Complementary Color

#8996bd #bdb089

#8996bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8996bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#8996bd Color CSS Codes

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

#8996bd Text Font Color

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

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


#8996bd Background Color

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

This div background color is #8996bd


#8996bd Border Color

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

This div border color is #8996bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8996bd


Comments

No comments written yet.

Please login to write comment.