Color Hex Logo

#a034ac Color Hex

#A034AC
(160,52,172)
0 Favorites   0 Comments

Color spaces of #a034ac

RGB 16052172
HSL0.820.540.44
HSV294°70°67°
CMYK 0.070.700.00   0.33
XYZ23.171612.908140.3000
Yxy12.90810.30340.1690
Hunter Lab35.927852.2495-41.3557
CIE-Lab42.624459.6592-42.5202

#a034ac color RGB value is (160,52,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 00110100 10101100
Octal 240 64 254
Decimal 160 52 172
Hex A0 34 AC

RGB Percentages of Color #a034ac

%41.67
%13.54
%44.79

CMYK Percentages of Color #a034ac

%7
%70
%0
%33

Triadic Colors of #a034ac

#a034ac #aca034 #34aca0

Analogous Colors of #a034ac

#a034ac #ac347c #6434ac

Monochromatic Colors of #a034ac

#a034ac

Complementary Color

#a034ac #40ac34

#a034ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a034ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#a034ac Color CSS Codes

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

#a034ac Text Font Color

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

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


#a034ac Background Color

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

This div background color is #a034ac


#a034ac Border Color

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

This div border color is #a034ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a034ac


Comments

No comments written yet.

Please login to write comment.