Color Hex Logo

#a142ac Color Hex

#A142AC
(161,66,172)
0 Favorites   0 Comments

Color spaces of #a142ac

RGB 16166172
HSL0.820.450.47
HSV294°62°67°
CMYK 0.060.620.00   0.33
XYZ24.092614.452140.5494
Yxy14.45210.30460.1827
Hunter Lab38.015946.5966-36.6301
CIE-Lab44.874454.0456-38.9366

#a142ac color RGB value is (161,66,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100001 01000010 10101100
Octal 241 102 254
Decimal 161 66 172
Hex A1 42 AC

RGB Percentages of Color #a142ac

%40.35
%16.54
%43.11

CMYK Percentages of Color #a142ac

%6
%62
%0
%33

Triadic Colors of #a142ac

#a142ac #aca142 #42aca1

Analogous Colors of #a142ac

#a142ac #ac4282 #6c42ac

Monochromatic Colors of #a142ac

#a142ac

Complementary Color

#a142ac #4dac42

#a142ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a142ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#a142ac Color CSS Codes

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

#a142ac Text Font Color

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

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


#a142ac Background Color

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

This div background color is #a142ac


#a142ac Border Color

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

This div border color is #a142ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a142ac


Comments

No comments written yet.

Please login to write comment.