Color Hex Logo

#a952ad Color Hex

#A952AD
(169,82,173)
0 Favorites   0 Comments

Color spaces of #a952ad

RGB 16982173
HSL0.830.360.50
HSV297°53°68°
CMYK 0.020.530.00   0.32
XYZ26.922317.486741.4915
Yxy17.48670.31340.2036
Hunter Lab41.817141.7403-29.5564
CIE-Lab48.867548.7670-33.1578

#a952ad color RGB value is (169,82,173).

#a952ad hex color red value is 169, green value is 82 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #a952ad hue: 0.83 , saturation: 0.36 and the lightness value of a952ad is 0.50.

The process color (four color CMYK) of #a952ad color hex is 0.02, 0.53, 0.00, 0.32. Web safe color of #a952ad is #996699. Color #a952ad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 01010010 10101101
Octal 251 122 255
Decimal 169 82 173
Hex A9 52 AD

RGB Percentages of Color #a952ad

%39.86
%19.34
%40.80

CMYK Percentages of Color #a952ad

%2
%53
%0
%32

Triadic Colors of #a952ad

#a952ad #ada952 #52ada9

Analogous Colors of #a952ad

#a952ad #ad5284 #7c52ad

Monochromatic Colors of #a952ad

#a952ad

Complementary Color

#a952ad #56ad52

#a952ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a952ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#a952ad Color CSS Codes

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

#a952ad Text Font Color

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

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


#a952ad Background Color

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

This div background color is #a952ad


#a952ad Border Color

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

This div border color is #a952ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a952ad


Comments

No comments written yet.

Please login to write comment.