Color Hex Logo

#a94dac Color Hex

#A94DAC
(169,77,172)
0 Favorites   0 Comments

Color spaces of #a94dac

RGB 16977172
HSL0.830.380.49
HSV298°55°67°
CMYK 0.020.550.00   0.33
XYZ26.462516.721340.8625
Yxy16.72130.31490.1990
Hunter Lab40.891743.9534-30.6235
CIE-Lab47.906951.0273-34.0775

#a94dac color RGB value is (169,77,172).

#a94dac hex color red value is 169, green value is 77 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #a94dac hue: 0.83 , saturation: 0.38 and the lightness value of a94dac is 0.49.

The process color (four color CMYK) of #a94dac color hex is 0.02, 0.55, 0.00, 0.33. Web safe color of #a94dac is #996699. Color #a94dac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 01001101 10101100
Octal 251 115 254
Decimal 169 77 172
Hex A9 4D AC

RGB Percentages of Color #a94dac

%40.43
%18.42
%41.15

CMYK Percentages of Color #a94dac

%2
%55
%0
%33

Triadic Colors of #a94dac

#a94dac #aca94d #4daca9

Analogous Colors of #a94dac

#a94dac #ac4d80 #7a4dac

Monochromatic Colors of #a94dac

#a94dac

Complementary Color

#a94dac #50ac4d

#a94dac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a94dac Color Preview on White Background

Lorem ipsum dolor sit amet.

#a94dac Color CSS Codes

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

#a94dac Text Font Color

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

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


#a94dac Background Color

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

This div background color is #a94dac


#a94dac Border Color

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

This div border color is #a94dac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(169,77,172, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #a94dac">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a94dac


Comments

No comments written yet.

Please login to write comment.