Color Hex Logo

#96085e Color Hex

#96085E
(150,8,94)
0 Favorites   0 Comments

Color spaces of #96085e

RGB 150894
HSL0.900.900.31
HSV324°95°59°
CMYK 0.000.950.37   0.41
XYZ14.68497.465811.2567
Yxy7.46580.43960.2235
Hunter Lab27.323648.1173-5.2996
CIE-Lab32.844657.7588-9.6523

#96085e color RGB value is (150,8,94).

#96085e hex color red value is 150, green value is 8 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #96085e hue: 0.90 , saturation: 0.90 and the lightness value of 96085e is 0.31.

The process color (four color CMYK) of #96085e color hex is 0.00, 0.95, 0.37, 0.41. Web safe color of #96085e is #990066. Color #96085e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 00001000 01011110
Octal 226 10 136
Decimal 150 8 94
Hex 96 8 5E

RGB Percentages of Color #96085e

%59.52
%3.17
%37.30

CMYK Percentages of Color #96085e

%0
%95
%37
%41

Triadic Colors of #96085e

#96085e #5e9608 #085e96

Analogous Colors of #96085e

#96085e #960817 #870896

Monochromatic Colors of #96085e

#96085e

Complementary Color

#96085e #089640

#96085e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#96085e Color Preview on White Background

Lorem ipsum dolor sit amet.

#96085e Color CSS Codes

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

#96085e Text Font Color

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

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


#96085e Background Color

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

This div background color is #96085e


#96085e Border Color

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

This div border color is #96085e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #96085e


Comments

No comments written yet.

Please login to write comment.