Color Hex Logo

#a018ac Color Hex

#A018AC
(160,24,172)
0 Favorites   0 Comments

Color spaces of #a018ac

RGB 16024172
HSL0.820.760.38
HSV295°86°67°
CMYK 0.070.860.00   0.33
XYZ22.270211.105439.9995
Yxy11.10540.30350.1514
Hunter Lab33.324860.9692-47.8381
CIE-Lab39.757467.9131-47.1056

#a018ac color RGB value is (160,24,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 00011000 10101100
Octal 240 30 254
Decimal 160 24 172
Hex A0 18 AC

RGB Percentages of Color #a018ac

%44.94
%6.74
%48.31

CMYK Percentages of Color #a018ac

%7
%86
%0
%33

Triadic Colors of #a018ac

#a018ac #aca018 #18aca0

Analogous Colors of #a018ac

#a018ac #ac186e #5618ac

Monochromatic Colors of #a018ac

#a018ac

Complementary Color

#a018ac #24ac18

#a018ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a018ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#a018ac Color CSS Codes

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

#a018ac Text Font Color

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

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


#a018ac Background Color

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

This div background color is #a018ac


#a018ac Border Color

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

This div border color is #a018ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a018ac


Comments

No comments written yet.

Please login to write comment.