Color Hex Logo

#ad729f Color Hex

#AD729F
(173,114,159)
0 Favorites   0 Comments

Color spaces of #ad729f

RGB 173114159
HSL0.870.260.56
HSV314°34°68°
CMYK 0.000.340.08   0.32
XYZ29.508923.422135.7665
Yxy23.42210.33270.2641
Hunter Lab48.396424.1438-9.9398
CIE-Lab55.504530.3556-14.7131

#ad729f color RGB value is (173,114,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 01110010 10011111
Octal 255 162 237
Decimal 173 114 159
Hex AD 72 9F

RGB Percentages of Color #ad729f

%38.79
%25.56
%35.65

CMYK Percentages of Color #ad729f

%0
%34
%8
%32

Triadic Colors of #ad729f

#ad729f #9fad72 #729fad

Analogous Colors of #ad729f

#ad729f #ad7282 #9e72ad

Monochromatic Colors of #ad729f

#ad729f

Complementary Color

#ad729f #72ad80

#ad729f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad729f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad729f Color CSS Codes

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

#ad729f Text Font Color

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

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


#ad729f Background Color

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

This div background color is #ad729f


#ad729f Border Color

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

This div border color is #ad729f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad729f


Comments

No comments written yet.

Please login to write comment.