Color Hex Logo

#a014ac Color Hex

#A014AC
(160,20,172)
0 Favorites   0 Comments

Color spaces of #a014ac

RGB 16020172
HSL0.820.790.38
HSV295°88°67°
CMYK 0.070.880.00   0.33
XYZ22.193810.952539.9740
Yxy10.95250.30350.1498
Hunter Lab33.094661.7898-48.4485
CIE-Lab39.500468.6682-47.5184

#a014ac color RGB value is (160,20,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 00010100 10101100
Octal 240 24 254
Decimal 160 20 172
Hex A0 14 AC

RGB Percentages of Color #a014ac

%45.45
%5.68
%48.86

CMYK Percentages of Color #a014ac

%7
%88
%0
%33

Triadic Colors of #a014ac

#a014ac #aca014 #14aca0

Analogous Colors of #a014ac

#a014ac #ac146c #5414ac

Monochromatic Colors of #a014ac

#a014ac

Complementary Color

#a014ac #20ac14

#a014ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a014ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#a014ac Color CSS Codes

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

#a014ac Text Font Color

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

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


#a014ac Background Color

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

This div background color is #a014ac


#a014ac Border Color

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

This div border color is #a014ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a014ac


Comments

No comments written yet.

Please login to write comment.