Color Hex Logo

#9913ac Color Hex

#9913AC
(153,19,172)
0 Favorites   0 Comments

Color spaces of #9913ac

RGB 15319172
HSL0.810.800.37
HSV293°89°67°
CMYK 0.110.890.00   0.33
XYZ20.816110.216639.9046
Yxy10.21660.29340.1440
Hunter Lab31.963460.3117-51.6460
CIE-Lab38.228467.6433-49.6285

#9913ac color RGB value is (153,19,172).

#9913ac hex color red value is 153, green value is 19 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #9913ac hue: 0.81 , saturation: 0.80 and the lightness value of 9913ac is 0.37.

The process color (four color CMYK) of #9913ac color hex is 0.11, 0.89, 0.00, 0.33. Web safe color of #9913ac is #990099. Color #9913ac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 00010011 10101100
Octal 231 23 254
Decimal 153 19 172
Hex 99 13 AC

RGB Percentages of Color #9913ac

%44.48
%5.52
%50.00

CMYK Percentages of Color #9913ac

%11
%89
%0
%33

Triadic Colors of #9913ac

#9913ac #ac9913 #13ac99

Analogous Colors of #9913ac

#9913ac #ac1373 #4d13ac

Monochromatic Colors of #9913ac

#9913ac

Complementary Color

#9913ac #26ac13

#9913ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9913ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#9913ac Color CSS Codes

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

#9913ac Text Font Color

<p style="color:#9913ac">Text here</p>

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


#9913ac Background Color

<div style="background-color:#9913ac">
Div content here</div>

This div background color is #9913ac


#9913ac Border Color

<div style="border:3px solid #9913ac">
Div here</div>

This div border color is #9913ac


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(153,19,172, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9913ac; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9913ac;
  -webkit-box-shadow: 1px 1px 3px 2px #9913ac;
  box-shadow:         1px 1px 3px 2px #9913ac; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9913ac


Comments

No comments written yet.

Please login to write comment.