Color Hex Logo

#a002ac Color Hex

#A002AC
(160,2,172)
0 Favorites   0 Comments

Color spaces of #a002ac

RGB 1602172
HSL0.820.980.34
HSV296°99°67°
CMYK 0.070.990.00   0.33
XYZ21.965310.495639.8979
Yxy10.49560.30360.1450
Hunter Lab32.396964.3295-50.3398
CIE-Lab38.717670.9819-48.7770

#a002ac color RGB value is (160,2,172).

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

The process color (four color CMYK) of #a002ac color hex is 0.07, 0.99, 0.00, 0.33. Web safe color of #a002ac is #990099. Color #a002ac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 00000010 10101100
Octal 240 2 254
Decimal 160 2 172
Hex A0 2 AC

RGB Percentages of Color #a002ac

%47.90
%0.60
%51.50

CMYK Percentages of Color #a002ac

%7
%99
%0
%33

Triadic Colors of #a002ac

#a002ac #aca002 #02aca0

Analogous Colors of #a002ac

#a002ac #ac0263 #4b02ac

Monochromatic Colors of #a002ac

#a002ac

Complementary Color

#a002ac #0eac02

#a002ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a002ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#a002ac Color CSS Codes

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

#a002ac Text Font Color

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

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


#a002ac Background Color

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

This div background color is #a002ac


#a002ac Border Color

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

This div border color is #a002ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a002ac


Comments

No comments written yet.

Please login to write comment.