Color Hex Logo

#a012ad Color Hex

#A012AD
(160,18,173)
0 Favorites   0 Comments

Color spaces of #a012ad

RGB 16018173
HSL0.820.810.37
HSV295°90°68°
CMYK 0.080.900.00   0.32
XYZ22.256310.923340.4705
Yxy10.92330.30220.1483
Hunter Lab33.050462.3645-49.4658
CIE-Lab39.451069.1698-48.1939

#a012ad color RGB value is (160,18,173).

#a012ad hex color red value is 160, green value is 18 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #a012ad hue: 0.82 , saturation: 0.81 and the lightness value of a012ad is 0.37.

The process color (four color CMYK) of #a012ad color hex is 0.08, 0.90, 0.00, 0.32. Web safe color of #a012ad is #990099. Color #a012ad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 00010010 10101101
Octal 240 22 255
Decimal 160 18 173
Hex A0 12 AD

RGB Percentages of Color #a012ad

%45.58
%5.13
%49.29

CMYK Percentages of Color #a012ad

%8
%90
%0
%32

Triadic Colors of #a012ad

#a012ad #ada012 #12ada0

Analogous Colors of #a012ad

#a012ad #ad126d #5312ad

Monochromatic Colors of #a012ad

#a012ad

Complementary Color

#a012ad #1fad12

#a012ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a012ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#a012ad Color CSS Codes

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

#a012ad Text Font Color

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

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


#a012ad Background Color

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

This div background color is #a012ad


#a012ad Border Color

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

This div border color is #a012ad


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(160,18,173, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #a012ad">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a012ad


Comments

No comments written yet.

Please login to write comment.