Color Hex Logo

#a042ac Color Hex

#A042AC
(160,66,172)
0 Favorites   0 Comments

Color spaces of #a042ac

RGB 16066172
HSL0.810.450.47
HSV293°62°67°
CMYK 0.070.620.00   0.33
XYZ23.891814.348640.5400
Yxy14.34860.30330.1821
Hunter Lab37.879546.2963-36.9385
CIE-Lab44.728853.7919-39.1766

#a042ac color RGB value is (160,66,172).

#a042ac hex color red value is 160, green value is 66 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #a042ac hue: 0.81 , saturation: 0.45 and the lightness value of a042ac is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 01000010 10101100
Octal 240 102 254
Decimal 160 66 172
Hex A0 42 AC

RGB Percentages of Color #a042ac

%40.20
%16.58
%43.22

CMYK Percentages of Color #a042ac

%7
%62
%0
%33

Triadic Colors of #a042ac

#a042ac #aca042 #42aca0

Analogous Colors of #a042ac

#a042ac #ac4283 #6b42ac

Monochromatic Colors of #a042ac

#a042ac

Complementary Color

#a042ac #4eac42

#a042ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a042ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#a042ac Color CSS Codes

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

#a042ac Text Font Color

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

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


#a042ac Background Color

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

This div background color is #a042ac


#a042ac Border Color

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

This div border color is #a042ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a042ac


Comments

No comments written yet.

Please login to write comment.