Color Hex Logo

#a602ac Color Hex

#A602AC
(166,2,172)
0 Favorites   0 Comments

Color spaces of #a602ac

RGB 1662172
HSL0.830.980.34
HSV298°99°67°
CMYK 0.030.990.00   0.33
XYZ23.194011.129039.9554
Yxy11.12900.31230.1498
Hunter Lab33.360265.7237-47.6594
CIE-Lab39.796971.9475-46.9849

#a602ac color RGB value is (166,2,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 00000010 10101100
Octal 246 2 254
Decimal 166 2 172
Hex A6 2 AC

RGB Percentages of Color #a602ac

%48.82
%0.59
%50.59

CMYK Percentages of Color #a602ac

%3
%99
%0
%33

Triadic Colors of #a602ac

#a602ac #aca602 #02aca6

Analogous Colors of #a602ac

#a602ac #ac025d #5102ac

Monochromatic Colors of #a602ac

#a602ac

Complementary Color

#a602ac #08ac02

#a602ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a602ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#a602ac Color CSS Codes

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

#a602ac Text Font Color

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

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


#a602ac Background Color

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

This div background color is #a602ac


#a602ac Border Color

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

This div border color is #a602ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a602ac


Comments

No comments written yet.

Please login to write comment.