Color Hex Logo

#ad727d Color Hex

#AD727D
(173,114,125)
0 Favorites   0 Comments

Color spaces of #ad727d

RGB 173114125
HSL0.970.260.56
HSV349°34°68°
CMYK 0.000.340.28   0.32
XYZ26.952622.399522.3050
Yxy22.39950.37610.3126
Hunter Lab47.328118.82875.1872
CIE-Lab54.448324.83483.5635

#ad727d color RGB value is (173,114,125).

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

The process color (four color CMYK) of #ad727d color hex is 0.00, 0.34, 0.28, 0.32. Web safe color of #ad727d is #996666. Color #ad727d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 01110010 01111101
Octal 255 162 175
Decimal 173 114 125
Hex AD 72 7D

RGB Percentages of Color #ad727d

%41.99
%27.67
%30.34

CMYK Percentages of Color #ad727d

%0
%34
%28
%32

Triadic Colors of #ad727d

#ad727d #7dad72 #727dad

Analogous Colors of #ad727d

#ad727d #ad8572 #ad729b

Monochromatic Colors of #ad727d

#ad727d

Complementary Color

#ad727d #72ada2

#ad727d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad727d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad727d Color CSS Codes

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

#ad727d Text Font Color

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

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


#ad727d Background Color

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

This div background color is #ad727d


#ad727d Border Color

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

This div border color is #ad727d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad727d


Comments

No comments written yet.

Please login to write comment.