Color Hex Logo

#a421ac Color Hex

#A421AC
(164,33,172)
0 Favorites   0 Comments

Color spaces of #a421ac

RGB 16433172
HSL0.820.680.40
HSV297°81°67°
CMYK 0.050.810.00   0.33
XYZ23.300111.958840.1099
Yxy11.95880.30910.1587
Hunter Lab34.581559.7510-44.5614
CIE-Lab41.150666.5884-44.8353

#a421ac color RGB value is (164,33,172).

#a421ac hex color red value is 164, green value is 33 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #a421ac hue: 0.82 , saturation: 0.68 and the lightness value of a421ac is 0.40.

The process color (four color CMYK) of #a421ac color hex is 0.05, 0.81, 0.00, 0.33. Web safe color of #a421ac is #993399. Color #a421ac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 00100001 10101100
Octal 244 41 254
Decimal 164 33 172
Hex A4 21 AC

RGB Percentages of Color #a421ac

%44.44
%8.94
%46.61

CMYK Percentages of Color #a421ac

%5
%81
%0
%33

Triadic Colors of #a421ac

#a421ac #aca421 #21aca4

Analogous Colors of #a421ac

#a421ac #ac216f #5f21ac

Monochromatic Colors of #a421ac

#a421ac

Complementary Color

#a421ac #29ac21

#a421ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a421ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#a421ac Color CSS Codes

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

#a421ac Text Font Color

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

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


#a421ac Background Color

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

This div background color is #a421ac


#a421ac Border Color

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

This div border color is #a421ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a421ac


Comments

No comments written yet.

Please login to write comment.