Color Hex Logo

#96008f Color Hex

#96008F
(150,0,143)
0 Favorites   0 Comments

Color spaces of #96008f

RGB 1500143
HSL0.841.000.29
HSV303°100°59°
CMYK 0.001.000.05   0.41
XYZ17.53568.467226.6967
Yxy8.46720.33270.1607
Hunter Lab29.098556.6472-34.0274
CIE-Lab34.937565.0826-37.3550

#96008f color RGB value is (150,0,143).

#96008f hex color red value is 150, green value is 0 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #96008f hue: 0.84 , saturation: 1.00 and the lightness value of 96008f is 0.29.

The process color (four color CMYK) of #96008f color hex is 0.00, 1.00, 0.05, 0.41. Web safe color of #96008f is #990099. Color #96008f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 00000000 10001111
Octal 226 0 217
Decimal 150 0 143
Hex 96 0 8F

RGB Percentages of Color #96008f

%51.19
%0.00
%48.81

CMYK Percentages of Color #96008f

%0
%100
%5
%41

Triadic Colors of #96008f

#96008f #8f9600 #008f96

Analogous Colors of #96008f

#96008f #960044 #520096

Monochromatic Colors of #96008f

#96008f

Complementary Color

#96008f #009607

#96008f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#96008f Color Preview on White Background

Lorem ipsum dolor sit amet.

#96008f Color CSS Codes

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

#96008f Text Font Color

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

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


#96008f Background Color

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

This div background color is #96008f


#96008f Border Color

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

This div border color is #96008f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #96008f


Comments

No comments written yet.

Please login to write comment.