Color Hex Logo

#96156f Color Hex

#96156F
(150,21,111)
0 Favorites   0 Comments

Color spaces of #96156f

RGB 15021111
HSL0.880.750.34
HSV318°86°59°
CMYK 0.000.860.26   0.41
XYZ15.71518.168115.7872
Yxy8.16810.39610.2059
Hunter Lab28.579948.1362-12.7452
CIE-Lab34.330557.4867-18.2931

#96156f color RGB value is (150,21,111).

#96156f hex color red value is 150, green value is 21 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #96156f hue: 0.88 , saturation: 0.75 and the lightness value of 96156f is 0.34.

The process color (four color CMYK) of #96156f color hex is 0.00, 0.86, 0.26, 0.41. Web safe color of #96156f is #990066. Color #96156f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 00010101 01101111
Octal 226 25 157
Decimal 150 21 111
Hex 96 15 6F

RGB Percentages of Color #96156f

%53.19
%7.45
%39.36

CMYK Percentages of Color #96156f

%0
%86
%26
%41

Triadic Colors of #96156f

#96156f #6f9615 #156f96

Analogous Colors of #96156f

#96156f #96152f #7d1596

Monochromatic Colors of #96156f

#96156f

Complementary Color

#96156f #15963c

#96156f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#96156f Color Preview on White Background

Lorem ipsum dolor sit amet.

#96156f Color CSS Codes

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

#96156f Text Font Color

<p style="color:#96156f">Text here</p>

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


#96156f Background Color

<div style="background-color:#96156f">
Div content here</div>

This div background color is #96156f


#96156f Border Color

<div style="border:3px solid #96156f">
Div here</div>

This div border color is #96156f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(150,21,111, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #96156f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #96156f;
  -webkit-box-shadow: 1px 1px 3px 2px #96156f;
  box-shadow:         1px 1px 3px 2px #96156f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #96156f


Comments

No comments written yet.

Please login to write comment.