Color Hex Logo

#96889d Color Hex

#96889D
(150,136,157)
0 Favorites   0 Comments

Color spaces of #96889d

RGB 150136157
HSL0.780.100.57
HSV280°13°62°
CMYK 0.040.130.00   0.38
XYZ27.467626.526735.5707
Yxy26.52670.30670.2962
Hunter Lab51.50415.0636-4.8951
CIE-Lab58.53379.3048-9.2382

#96889d color RGB value is (150,136,157).

#96889d hex color red value is 150, green value is 136 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #96889d hue: 0.78 , saturation: 0.10 and the lightness value of 96889d is 0.57.

The process color (four color CMYK) of #96889d color hex is 0.04, 0.13, 0.00, 0.38. Web safe color of #96889d is #999999. Color #96889d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 10001000 10011101
Octal 226 210 235
Decimal 150 136 157
Hex 96 88 9D

RGB Percentages of Color #96889d

%33.86
%30.70
%35.44

CMYK Percentages of Color #96889d

%4
%13
%0
%38

Triadic Colors of #96889d

#96889d #9d9688 #889d96

Analogous Colors of #96889d

#96889d #9d889a #8c889d

Monochromatic Colors of #96889d

#96889d

Complementary Color

#96889d #8f9d88

#96889d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#96889d Color Preview on White Background

Lorem ipsum dolor sit amet.

#96889d Color CSS Codes

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

#96889d Text Font Color

<p style="color:#96889d">Text here</p>

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


#96889d Background Color

<div style="background-color:#96889d">
Div content here</div>

This div background color is #96889d


#96889d Border Color

<div style="border:3px solid #96889d">
Div here</div>

This div border color is #96889d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(150,136,157, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #96889d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #96889d;
  -webkit-box-shadow: 1px 1px 3px 2px #96889d;
  box-shadow:         1px 1px 3px 2px #96889d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #96889d


Comments

No comments written yet.

Please login to write comment.