Color Hex Logo

#96049f Color Hex

#96049F
(150,4,159)
0 Favorites   0 Comments

Color spaces of #96049f

RGB 1504159
HSL0.820.950.32
HSV297°97°62°
CMYK 0.060.970.00   0.38
XYZ18.87919.074133.5573
Yxy9.07410.30690.1475
Hunter Lab30.123259.1554-44.9628
CIE-Lab36.126667.0486-45.2215

#96049f color RGB value is (150,4,159).

#96049f hex color red value is 150, green value is 4 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #96049f hue: 0.82 , saturation: 0.95 and the lightness value of 96049f is 0.32.

The process color (four color CMYK) of #96049f color hex is 0.06, 0.97, 0.00, 0.38. Web safe color of #96049f is #990099. Color #96049f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 00000100 10011111
Octal 226 4 237
Decimal 150 4 159
Hex 96 4 9F

RGB Percentages of Color #96049f

%47.92
%1.28
%50.80

CMYK Percentages of Color #96049f

%6
%97
%0
%38

Triadic Colors of #96049f

#96049f #9f9604 #049f96

Analogous Colors of #96049f

#96049f #9f045a #49049f

Monochromatic Colors of #96049f

#96049f

Complementary Color

#96049f #0d9f04

#96049f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#96049f Color Preview on White Background

Lorem ipsum dolor sit amet.

#96049f Color CSS Codes

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

#96049f Text Font Color

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

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


#96049f Background Color

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

This div background color is #96049f


#96049f Border Color

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

This div border color is #96049f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #96049f


Comments

No comments written yet.

Please login to write comment.