Color Hex Logo

#96187e Color Hex

#96187E
(150,24,126)
0 Favorites   0 Comments

Color spaces of #96187e

RGB 15024126
HSL0.870.720.34
HSV311°84°59°
CMYK 0.000.840.16   0.41
XYZ16.67028.643720.5284
Yxy8.64370.36360.1886
Hunter Lab29.400249.7610-20.8186
CIE-Lab35.289058.8059-26.2526

#96187e color RGB value is (150,24,126).

#96187e hex color red value is 150, green value is 24 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #96187e hue: 0.87 , saturation: 0.72 and the lightness value of 96187e is 0.34.

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 00011000 01111110
Octal 226 30 176
Decimal 150 24 126
Hex 96 18 7E

RGB Percentages of Color #96187e

%50.00
%8.00
%42.00

CMYK Percentages of Color #96187e

%0
%84
%16
%41

Triadic Colors of #96187e

#96187e #7e9618 #187e96

Analogous Colors of #96187e

#96187e #96183f #6f1896

Monochromatic Colors of #96187e

#96187e

Complementary Color

#96187e #189630

#96187e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#96187e Color Preview on White Background

Lorem ipsum dolor sit amet.

#96187e Color CSS Codes

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

#96187e Text Font Color

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

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


#96187e Background Color

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

This div background color is #96187e


#96187e Border Color

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

This div border color is #96187e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(150,24,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 #96187e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #96187e


Comments

No comments written yet.

Please login to write comment.