Color Hex Logo

#a401ad Color Hex

#A401AD
(164,1,173)
0 Favorites   0 Comments

Color spaces of #a401ad

RGB 1641173
HSL0.820.990.34
HSV297°99°68°
CMYK 0.050.990.00   0.32
XYZ22.863510.931440.4401
Yxy10.93140.30800.1473
Hunter Lab33.062765.5767-49.3758
CIE-Lab39.464771.8882-48.1343

#a401ad color RGB value is (164,1,173).

#a401ad hex color red value is 164, green value is 1 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #a401ad hue: 0.82 , saturation: 0.99 and the lightness value of a401ad is 0.34.

The process color (four color CMYK) of #a401ad color hex is 0.05, 0.99, 0.00, 0.32. Web safe color of #a401ad is #990099. Color #a401ad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 00000001 10101101
Octal 244 1 255
Decimal 164 1 173
Hex A4 1 AD

RGB Percentages of Color #a401ad

%48.52
%0.30
%51.18

CMYK Percentages of Color #a401ad

%5
%99
%0
%32

Triadic Colors of #a401ad

#a401ad #ada401 #01ada4

Analogous Colors of #a401ad

#a401ad #ad0160 #4e01ad

Monochromatic Colors of #a401ad

#a401ad

Complementary Color

#a401ad #0aad01

#a401ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a401ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#a401ad Color CSS Codes

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

#a401ad Text Font Color

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

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


#a401ad Background Color

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

This div background color is #a401ad


#a401ad Border Color

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

This div border color is #a401ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a401ad


Comments

No comments written yet.

Please login to write comment.