Color Hex Logo

#96109e Color Hex

#96109E
(150,16,158)
0 Favorites   0 Comments

Color spaces of #96109e

RGB 15016158
HSL0.820.820.34
HSV297°90°62°
CMYK 0.050.900.00   0.38
XYZ18.93459.323233.1494
Yxy9.32320.30830.1518
Hunter Lab30.533957.2559-42.9949
CIE-Lab36.599365.2963-43.8569

#96109e color RGB value is (150,16,158).

#96109e hex color red value is 150, green value is 16 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #96109e hue: 0.82 , saturation: 0.82 and the lightness value of 96109e is 0.34.

The process color (four color CMYK) of #96109e color hex is 0.05, 0.90, 0.00, 0.38. Web safe color of #96109e is #990099. Color #96109e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 00010000 10011110
Octal 226 20 236
Decimal 150 16 158
Hex 96 10 9E

RGB Percentages of Color #96109e

%46.30
%4.94
%48.77

CMYK Percentages of Color #96109e

%5
%90
%0
%38

Triadic Colors of #96109e

#96109e #9e9610 #109e96

Analogous Colors of #96109e

#96109e #9e105f #4f109e

Monochromatic Colors of #96109e

#96109e

Complementary Color

#96109e #189e10

#96109e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#96109e Color Preview on White Background

Lorem ipsum dolor sit amet.

#96109e Color CSS Codes

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

#96109e Text Font Color

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

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


#96109e Background Color

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

This div background color is #96109e


#96109e Border Color

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

This div border color is #96109e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #96109e


Comments

No comments written yet.

Please login to write comment.