Color Hex Logo

#ad51ac Color Hex

#AD51AC
(173,81,172)
0 Favorites   0 Comments

Color spaces of #ad51ac

RGB 17381172
HSL0.840.360.50
HSV301°53°68°
CMYK 0.000.530.01   0.32
XYZ27.622417.747740.9995
Yxy17.74770.31980.2055
Hunter Lab42.128043.3144-28.2121
CIE-Lab49.188750.2048-32.0287

#ad51ac color RGB value is (173,81,172).

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

The process color (four color CMYK) of #ad51ac color hex is 0.00, 0.53, 0.01, 0.32. Web safe color of #ad51ac is #996699. Color #ad51ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 01010001 10101100
Octal 255 121 254
Decimal 173 81 172
Hex AD 51 AC

RGB Percentages of Color #ad51ac

%40.61
%19.01
%40.38

CMYK Percentages of Color #ad51ac

%0
%53
%1
%32

Triadic Colors of #ad51ac

#ad51ac #acad51 #51acad

Analogous Colors of #ad51ac

#ad51ac #ad517e #8051ad

Monochromatic Colors of #ad51ac

#ad51ac

Complementary Color

#ad51ac #51ad52

#ad51ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad51ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad51ac Color CSS Codes

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

#ad51ac Text Font Color

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

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


#ad51ac Background Color

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

This div background color is #ad51ac


#ad51ac Border Color

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

This div border color is #ad51ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad51ac


Comments

No comments written yet.

Please login to write comment.