Color Hex Logo

#a472ad Color Hex

#A472AD
(164,114,173)
0 Favorites   0 Comments

Color spaces of #a472ad

RGB 164114173
HSL0.810.260.56
HSV291°34°68°
CMYK 0.050.340.00   0.32
XYZ28.870022.944342.4422
Yxy22.94430.30630.2434
Hunter Lab47.900223.7586-19.0040
CIE-Lab55.014930.0045-23.6579

#a472ad color RGB value is (164,114,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 01110010 10101101
Octal 244 162 255
Decimal 164 114 173
Hex A4 72 AD

RGB Percentages of Color #a472ad

%36.36
%25.28
%38.36

CMYK Percentages of Color #a472ad

%5
%34
%0
%32

Triadic Colors of #a472ad

#a472ad #ada472 #72ada4

Analogous Colors of #a472ad

#a472ad #ad7299 #8772ad

Monochromatic Colors of #a472ad

#a472ad

Complementary Color

#a472ad #7bad72

#a472ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a472ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#a472ad Color CSS Codes

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

#a472ad Text Font Color

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

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


#a472ad Background Color

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

This div background color is #a472ad


#a472ad Border Color

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

This div border color is #a472ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a472ad


Comments

No comments written yet.

Please login to write comment.