Color Hex Logo

#9011ac Color Hex

#9011AC
(144,17,172)
0 Favorites   0 Comments

Color spaces of #9011ac

RGB 14417172
HSL0.800.820.37
HSV289°90°67°
CMYK 0.160.900.00   0.33
XYZ19.14849.308739.8173
Yxy9.30870.28050.1363
Hunter Lab30.510258.6351-56.0193
CIE-Lab36.572066.5094-52.3799

#9011ac color RGB value is (144,17,172).

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

The process color (four color CMYK) of #9011ac color hex is 0.16, 0.90, 0.00, 0.33. Web safe color of #9011ac is #990099. Color #9011ac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010000 00010001 10101100
Octal 220 21 254
Decimal 144 17 172
Hex 90 11 AC

RGB Percentages of Color #9011ac

%43.24
%5.11
%51.65

CMYK Percentages of Color #9011ac

%16
%90
%0
%33

Triadic Colors of #9011ac

#9011ac #ac9011 #11ac90

Analogous Colors of #9011ac

#9011ac #ac117b #4311ac

Monochromatic Colors of #9011ac

#9011ac

Complementary Color

#9011ac #2dac11

#9011ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9011ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#9011ac Color CSS Codes

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

#9011ac Text Font Color

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

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


#9011ac Background Color

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

This div background color is #9011ac


#9011ac Border Color

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

This div border color is #9011ac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(144,17,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 #9011ac">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9011ac


Comments

No comments written yet.

Please login to write comment.