Color Hex Logo

#ad719f Color Hex

#AD719F
(173,113,159)
0 Favorites   0 Comments

Color spaces of #ad719f

RGB 173113159
HSL0.870.270.56
HSV314°35°68°
CMYK 0.000.350.08   0.32
XYZ29.396723.197735.7291
Yxy23.19770.33280.2626
Hunter Lab48.164024.6598-10.2678
CIE-Lab55.275430.9134-15.0600

#ad719f color RGB value is (173,113,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 01110001 10011111
Octal 255 161 237
Decimal 173 113 159
Hex AD 71 9F

RGB Percentages of Color #ad719f

%38.88
%25.39
%35.73

CMYK Percentages of Color #ad719f

%0
%35
%8
%32

Triadic Colors of #ad719f

#ad719f #9fad71 #719fad

Analogous Colors of #ad719f

#ad719f #ad7181 #9d71ad

Monochromatic Colors of #ad719f

#ad719f

Complementary Color

#ad719f #71ad7f

#ad719f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad719f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad719f Color CSS Codes

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

#ad719f Text Font Color

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

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


#ad719f Background Color

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

This div background color is #ad719f


#ad719f Border Color

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

This div border color is #ad719f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(173,113,159, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad719f


Comments

No comments written yet.

Please login to write comment.