Color Hex Logo

#a940ac Color Hex

#A940AC
(169,64,172)
0 Favorites   0 Comments

Color spaces of #a940ac

RGB 16964172
HSL0.830.460.46
HSV298°63°67°
CMYK 0.020.630.00   0.33
XYZ25.642015.080440.5890
Yxy15.08040.31540.1855
Hunter Lab38.833549.9061-34.7868
CIE-Lab45.744156.9399-37.4839

#a940ac color RGB value is (169,64,172).

#a940ac hex color red value is 169, green value is 64 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #a940ac hue: 0.83 , saturation: 0.46 and the lightness value of a940ac is 0.46.

The process color (four color CMYK) of #a940ac color hex is 0.02, 0.63, 0.00, 0.33. Web safe color of #a940ac is #993399. Color #a940ac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 01000000 10101100
Octal 251 100 254
Decimal 169 64 172
Hex A9 40 AC

RGB Percentages of Color #a940ac

%41.73
%15.80
%42.47

CMYK Percentages of Color #a940ac

%2
%63
%0
%33

Triadic Colors of #a940ac

#a940ac #aca940 #40aca9

Analogous Colors of #a940ac

#a940ac #ac4079 #7340ac

Monochromatic Colors of #a940ac

#a940ac

Complementary Color

#a940ac #43ac40

#a940ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a940ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#a940ac Color CSS Codes

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

#a940ac Text Font Color

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

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


#a940ac Background Color

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

This div background color is #a940ac


#a940ac Border Color

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

This div border color is #a940ac


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(169,64,172, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a940ac; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a940ac;
  -webkit-box-shadow: 1px 1px 3px 2px #a940ac;
  box-shadow:         1px 1px 3px 2px #a940ac; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(169,64,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 #a940ac">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a940ac


Comments

No comments written yet.

Please login to write comment.