Color Hex Logo

#a932ad Color Hex

#A932AD
(169,50,173)
0 Favorites   0 Comments

Color spaces of #a932ad

RGB 16950173
HSL0.830.550.44
HSV298°71°68°
CMYK 0.020.710.00   0.32
XYZ25.045613.733440.8659
Yxy13.73340.31450.1724
Hunter Lab37.058655.7845-39.4403
CIE-Lab43.848162.5877-41.0794

#a932ad color RGB value is (169,50,173).

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

The process color (four color CMYK) of #a932ad color hex is 0.02, 0.71, 0.00, 0.32. Web safe color of #a932ad is #993399. Color #a932ad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 00110010 10101101
Octal 251 62 255
Decimal 169 50 173
Hex A9 32 AD

RGB Percentages of Color #a932ad

%43.11
%12.76
%44.13

CMYK Percentages of Color #a932ad

%2
%71
%0
%32

Triadic Colors of #a932ad

#a932ad #ada932 #32ada9

Analogous Colors of #a932ad

#a932ad #ad3274 #6c32ad

Monochromatic Colors of #a932ad

#a932ad

Complementary Color

#a932ad #36ad32

#a932ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a932ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#a932ad Color CSS Codes

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

#a932ad Text Font Color

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

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


#a932ad Background Color

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

This div background color is #a932ad


#a932ad Border Color

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

This div border color is #a932ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a932ad


Comments

No comments written yet.

Please login to write comment.