Color Hex Logo

#a029ac Color Hex

#A029AC
(160,41,172)
0 Favorites   0 Comments

Color spaces of #a029ac

RGB 16041172
HSL0.820.620.42
HSV295°76°67°
CMYK 0.070.760.00   0.33
XYZ22.736512.038040.1549
Yxy12.03800.30340.1607
Hunter Lab34.695856.2551-44.3317
CIE-Lab41.276563.5021-44.6718

#a029ac color RGB value is (160,41,172).

#a029ac hex color red value is 160, green value is 41 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #a029ac hue: 0.82 , saturation: 0.62 and the lightness value of a029ac is 0.42.

The process color (four color CMYK) of #a029ac color hex is 0.07, 0.76, 0.00, 0.33. Web safe color of #a029ac is #993399. Color #a029ac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 00101001 10101100
Octal 240 51 254
Decimal 160 41 172
Hex A0 29 AC

RGB Percentages of Color #a029ac

%42.90
%10.99
%46.11

CMYK Percentages of Color #a029ac

%7
%76
%0
%33

Triadic Colors of #a029ac

#a029ac #aca029 #29aca0

Analogous Colors of #a029ac

#a029ac #ac2977 #5f29ac

Monochromatic Colors of #a029ac

#a029ac

Complementary Color

#a029ac #35ac29

#a029ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a029ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#a029ac Color CSS Codes

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

#a029ac Text Font Color

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

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


#a029ac Background Color

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

This div background color is #a029ac


#a029ac Border Color

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

This div border color is #a029ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a029ac


Comments

No comments written yet.

Please login to write comment.