Color Hex Logo

#ad727e Color Hex

#AD727E
(173,114,126)
0 Favorites   0 Comments

Color spaces of #ad727e

RGB 173114126
HSL0.970.260.56
HSV348°34°68°
CMYK 0.000.340.27   0.32
XYZ27.016822.425222.6432
Yxy22.42520.37480.3111
Hunter Lab47.355318.96494.7988
CIE-Lab54.475324.97933.0170

#ad727e color RGB value is (173,114,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 01110010 01111110
Octal 255 162 176
Decimal 173 114 126
Hex AD 72 7E

RGB Percentages of Color #ad727e

%41.89
%27.60
%30.51

CMYK Percentages of Color #ad727e

%0
%34
%27
%32

Triadic Colors of #ad727e

#ad727e #7ead72 #727ead

Analogous Colors of #ad727e

#ad727e #ad8472 #ad729c

Monochromatic Colors of #ad727e

#ad727e

Complementary Color

#ad727e #72ada1

#ad727e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad727e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad727e Color CSS Codes

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

#ad727e Text Font Color

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

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


#ad727e Background Color

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

This div background color is #ad727e


#ad727e Border Color

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

This div border color is #ad727e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad727e


Comments

No comments written yet.

Please login to write comment.