Color Hex Logo

#a572ad Color Hex

#A572AD
(165,114,173)
0 Favorites   0 Comments

Color spaces of #a572ad

RGB 165114173
HSL0.810.260.56
HSV292°34°68°
CMYK 0.050.340.00   0.32
XYZ29.077223.051142.4519
Yxy23.05110.30740.2437
Hunter Lab48.011624.0846-18.8162
CIE-Lab55.124930.3325-23.4794

#a572ad color RGB value is (165,114,173).

#a572ad hex color red value is 165, green value is 114 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #a572ad hue: 0.81 , saturation: 0.26 and the lightness value of a572ad is 0.56.

The process color (four color CMYK) of #a572ad color hex is 0.05, 0.34, 0.00, 0.32. Web safe color of #a572ad is #996699. Color #a572ad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 01110010 10101101
Octal 245 162 255
Decimal 165 114 173
Hex A5 72 AD

RGB Percentages of Color #a572ad

%36.50
%25.22
%38.27

CMYK Percentages of Color #a572ad

%5
%34
%0
%32

Triadic Colors of #a572ad

#a572ad #ada572 #72ada5

Analogous Colors of #a572ad

#a572ad #ad7298 #8872ad

Monochromatic Colors of #a572ad

#a572ad

Complementary Color

#a572ad #7aad72

#a572ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a572ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#a572ad Color CSS Codes

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

#a572ad Text Font Color

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

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


#a572ad Background Color

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

This div background color is #a572ad


#a572ad Border Color

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

This div border color is #a572ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a572ad


Comments

No comments written yet.

Please login to write comment.