Color Hex Logo

#a414ac Color Hex

#A414AC
(164,20,172)
0 Favorites   0 Comments

Color spaces of #a414ac

RGB 16420172
HSL0.820.790.38
HSV297°88°67°
CMYK 0.050.880.00   0.33
XYZ23.006411.371440.0120
Yxy11.37140.30930.1529
Hunter Lab33.721562.7685-46.7450
CIE-Lab40.199169.3692-46.3590

#a414ac color RGB value is (164,20,172).

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

The process color (four color CMYK) of #a414ac color hex is 0.05, 0.88, 0.00, 0.33. Web safe color of #a414ac is #990099. Color #a414ac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 00010100 10101100
Octal 244 24 254
Decimal 164 20 172
Hex A4 14 AC

RGB Percentages of Color #a414ac

%46.07
%5.62
%48.31

CMYK Percentages of Color #a414ac

%5
%88
%0
%33

Triadic Colors of #a414ac

#a414ac #aca414 #14aca4

Analogous Colors of #a414ac

#a414ac #ac1468 #5814ac

Monochromatic Colors of #a414ac

#a414ac

Complementary Color

#a414ac #1cac14

#a414ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a414ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#a414ac Color CSS Codes

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

#a414ac Text Font Color

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

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


#a414ac Background Color

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

This div background color is #a414ac


#a414ac Border Color

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

This div border color is #a414ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a414ac


Comments

No comments written yet.

Please login to write comment.