Color Hex Logo

#96139c Color Hex

#96139C
(150,19,156)
0 Favorites   0 Comments

Color spaces of #96139c

RGB 15019156
HSL0.830.780.34
HSV297°88°61°
CMYK 0.040.880.00   0.39
XYZ18.81139.350132.2658
Yxy9.35010.31130.1547
Hunter Lab30.577956.3004-41.1582
CIE-Lab36.649864.4437-42.5636

#96139c color RGB value is (150,19,156).

#96139c hex color red value is 150, green value is 19 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #96139c hue: 0.83 , saturation: 0.78 and the lightness value of 96139c is 0.34.

The process color (four color CMYK) of #96139c color hex is 0.04, 0.88, 0.00, 0.39. Web safe color of #96139c is #990099. Color #96139c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 00010011 10011100
Octal 226 23 234
Decimal 150 19 156
Hex 96 13 9C

RGB Percentages of Color #96139c

%46.15
%5.85
%48.00

CMYK Percentages of Color #96139c

%4
%88
%0
%39

Triadic Colors of #96139c

#96139c #9c9613 #139c96

Analogous Colors of #96139c

#96139c #9c135e #51139c

Monochromatic Colors of #96139c

#96139c

Complementary Color

#96139c #199c13

#96139c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#96139c Color Preview on White Background

Lorem ipsum dolor sit amet.

#96139c Color CSS Codes

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

#96139c Text Font Color

<p style="color:#96139c">Text here</p>

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


#96139c Background Color

<div style="background-color:#96139c">
Div content here</div>

This div background color is #96139c


#96139c Border Color

<div style="border:3px solid #96139c">
Div here</div>

This div border color is #96139c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(150,19,156, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #96139c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #96139c;
  -webkit-box-shadow: 1px 1px 3px 2px #96139c;
  box-shadow:         1px 1px 3px 2px #96139c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #96139c


Comments

No comments written yet.

Please login to write comment.