Color Hex Logo

#ad71ac Color Hex

#AD71AC
(173,113,172)
0 Favorites   0 Comments

Color spaces of #ad71ac

RGB 173113172
HSL0.840.270.56
HSV301°35°68°
CMYK 0.000.350.01   0.32
XYZ30.585123.673041.9871
Yxy23.67300.31780.2460
Hunter Lab48.654927.0613-17.1063
CIE-Lab55.758933.3258-21.8511

#ad71ac color RGB value is (173,113,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 01110001 10101100
Octal 255 161 254
Decimal 173 113 172
Hex AD 71 AC

RGB Percentages of Color #ad71ac

%37.77
%24.67
%37.55

CMYK Percentages of Color #ad71ac

%0
%35
%1
%32

Triadic Colors of #ad71ac

#ad71ac #acad71 #71acad

Analogous Colors of #ad71ac

#ad71ac #ad718e #9071ad

Monochromatic Colors of #ad71ac

#ad71ac

Complementary Color

#ad71ac #71ad72

#ad71ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad71ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad71ac Color CSS Codes

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

#ad71ac Text Font Color

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

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


#ad71ac Background Color

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

This div background color is #ad71ac


#ad71ac Border Color

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

This div border color is #ad71ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad71ac


Comments

No comments written yet.

Please login to write comment.