Color Hex Logo

#96137e Color Hex

#96137E
(150,19,126)
0 Favorites   0 Comments

Color spaces of #96137e

RGB 15019126
HSL0.860.780.33
HSV311°87°59°
CMYK 0.000.870.16   0.41
XYZ16.57648.456120.4972
Yxy8.45610.36410.1857
Hunter Lab29.079450.8632-21.4362
CIE-Lab34.915359.8910-26.8389

#96137e color RGB value is (150,19,126).

#96137e hex color red value is 150, green value is 19 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #96137e hue: 0.86 , saturation: 0.78 and the lightness value of 96137e is 0.33.

The process color (four color CMYK) of #96137e color hex is 0.00, 0.87, 0.16, 0.41. Web safe color of #96137e is #990066. Color #96137e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 00010011 01111110
Octal 226 23 176
Decimal 150 19 126
Hex 96 13 7E

RGB Percentages of Color #96137e

%50.85
%6.44
%42.71

CMYK Percentages of Color #96137e

%0
%87
%16
%41

Triadic Colors of #96137e

#96137e #7e9613 #137e96

Analogous Colors of #96137e

#96137e #96133d #6d1396

Monochromatic Colors of #96137e

#96137e

Complementary Color

#96137e #13962b

#96137e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#96137e Color Preview on White Background

Lorem ipsum dolor sit amet.

#96137e Color CSS Codes

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

#96137e Text Font Color

<p style="color:#96137e">Text here</p>

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


#96137e Background Color

<div style="background-color:#96137e">
Div content here</div>

This div background color is #96137e


#96137e Border Color

<div style="border:3px solid #96137e">
Div here</div>

This div border color is #96137e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(150,19,126, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #96137e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #96137e;
  -webkit-box-shadow: 1px 1px 3px 2px #96137e;
  box-shadow:         1px 1px 3px 2px #96137e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #96137e


Comments

No comments written yet.

Please login to write comment.