Color Hex Logo

#a004ad Color Hex

#A004AD
(160,4,173)
0 Favorites   0 Comments

Color spaces of #a004ad

RGB 1604173
HSL0.820.950.35
HSV295°98°68°
CMYK 0.080.980.00   0.32
XYZ22.083410.577540.4129
Yxy10.57750.30220.1448
Hunter Lab32.523164.2874-50.9071
CIE-Lab38.859670.9189-49.1454

#a004ad color RGB value is (160,4,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 00000100 10101101
Octal 240 4 255
Decimal 160 4 173
Hex A0 4 AD

RGB Percentages of Color #a004ad

%47.48
%1.19
%51.34

CMYK Percentages of Color #a004ad

%8
%98
%0
%32

Triadic Colors of #a004ad

#a004ad #ada004 #04ada0

Analogous Colors of #a004ad

#a004ad #ad0466 #4c04ad

Monochromatic Colors of #a004ad

#a004ad

Complementary Color

#a004ad #11ad04

#a004ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a004ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#a004ad Color CSS Codes

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

#a004ad Text Font Color

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

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


#a004ad Background Color

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

This div background color is #a004ad


#a004ad Border Color

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

This div border color is #a004ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a004ad


Comments

No comments written yet.

Please login to write comment.