Color Hex Logo

#9912aa Color Hex

#9912AA
(153,18,170)
0 Favorites   0 Comments

Color spaces of #9912aa

RGB 15318170
HSL0.810.810.37
HSV293°89°67°
CMYK 0.100.890.00   0.33
XYZ20.608910.107238.8949
Yxy10.10720.29610.1452
Hunter Lab31.791860.0761-50.2826
CIE-Lab38.034167.4773-48.7459

#9912aa color RGB value is (153,18,170).

#9912aa hex color red value is 153, green value is 18 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #9912aa hue: 0.81 , saturation: 0.81 and the lightness value of 9912aa is 0.37.

The process color (four color CMYK) of #9912aa color hex is 0.10, 0.89, 0.00, 0.33. Web safe color of #9912aa is #990099. Color #9912aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 00010010 10101010
Octal 231 22 252
Decimal 153 18 170
Hex 99 12 AA

RGB Percentages of Color #9912aa

%44.87
%5.28
%49.85

CMYK Percentages of Color #9912aa

%10
%89
%0
%33

Triadic Colors of #9912aa

#9912aa #aa9912 #12aa99

Analogous Colors of #9912aa

#9912aa #aa126f #4d12aa

Monochromatic Colors of #9912aa

#9912aa

Complementary Color

#9912aa #23aa12

#9912aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9912aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#9912aa Color CSS Codes

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

#9912aa Text Font Color

<p style="color:#9912aa">Text here</p>

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


#9912aa Background Color

<div style="background-color:#9912aa">
Div content here</div>

This div background color is #9912aa


#9912aa Border Color

<div style="border:3px solid #9912aa">
Div here</div>

This div border color is #9912aa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(153,18,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9912aa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9912aa;
  -webkit-box-shadow: 1px 1px 3px 2px #9912aa;
  box-shadow:         1px 1px 3px 2px #9912aa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9912aa


Comments

No comments written yet.

Please login to write comment.