Color Hex Logo

#96387e Color Hex

#96387E
(150,56,126)
0 Favorites   0 Comments

Color spaces of #96387e

RGB 15056126
HSL0.880.460.40
HSV315°63°59°
CMYK 0.000.630.16   0.41
XYZ17.757710.818720.8910
Yxy10.81870.35900.2187
Hunter Lab32.891838.8084-14.6334
CIE-Lab39.273447.5901-20.0542

#96387e color RGB value is (150,56,126).

#96387e hex color red value is 150, green value is 56 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #96387e hue: 0.88 , saturation: 0.46 and the lightness value of 96387e is 0.40.

The process color (four color CMYK) of #96387e color hex is 0.00, 0.63, 0.16, 0.41. Web safe color of #96387e is #993366. Color #96387e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 00111000 01111110
Octal 226 70 176
Decimal 150 56 126
Hex 96 38 7E

RGB Percentages of Color #96387e

%45.18
%16.87
%37.95

CMYK Percentages of Color #96387e

%0
%63
%16
%41

Triadic Colors of #96387e

#96387e #7e9638 #387e96

Analogous Colors of #96387e

#96387e #96384f #7f3896

Monochromatic Colors of #96387e

#96387e

Complementary Color

#96387e #389650

#96387e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#96387e Color Preview on White Background

Lorem ipsum dolor sit amet.

#96387e Color CSS Codes

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

#96387e Text Font Color

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

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


#96387e Background Color

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

This div background color is #96387e


#96387e Border Color

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

This div border color is #96387e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #96387e


Comments

No comments written yet.

Please login to write comment.