Color Hex Logo

#a480ad Color Hex

#A480AD
(164,128,173)
0 Favorites   0 Comments

Color spaces of #a480ad

RGB 164128173
HSL0.800.220.59
HSV288°26°68°
CMYK 0.050.260.00   0.32
XYZ30.571826.348043.0095
Yxy26.34800.30590.2637
Hunter Lab51.330316.4847-13.7477
CIE-Lab58.365922.0390-18.5284

#a480ad color RGB value is (164,128,173).

#a480ad hex color red value is 164, green value is 128 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #a480ad hue: 0.80 , saturation: 0.22 and the lightness value of a480ad is 0.59.

The process color (four color CMYK) of #a480ad color hex is 0.05, 0.26, 0.00, 0.32. Web safe color of #a480ad is #999999. Color #a480ad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 10000000 10101101
Octal 244 200 255
Decimal 164 128 173
Hex A4 80 AD

RGB Percentages of Color #a480ad

%35.27
%27.53
%37.20

CMYK Percentages of Color #a480ad

%5
%26
%0
%32

Triadic Colors of #a480ad

#a480ad #ada480 #80ada4

Analogous Colors of #a480ad

#a480ad #ad80a0 #8e80ad

Monochromatic Colors of #a480ad

#a480ad

Complementary Color

#a480ad #89ad80

#a480ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a480ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#a480ad Color CSS Codes

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

#a480ad Text Font Color

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

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


#a480ad Background Color

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

This div background color is #a480ad


#a480ad Border Color

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

This div border color is #a480ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a480ad


Comments

No comments written yet.

Please login to write comment.