Color Hex Logo

#ad727b Color Hex

#AD727B
(173,114,123)
0 Favorites   0 Comments

Color spaces of #ad727b

RGB 173114123
HSL0.970.260.56
HSV351°34°68°
CMYK 0.000.340.29   0.32
XYZ26.826022.348921.6388
Yxy22.34890.37880.3156
Hunter Lab47.274618.55935.9537
CIE-Lab54.395324.54854.6576

#ad727b color RGB value is (173,114,123).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 01110010 01111011
Octal 255 162 173
Decimal 173 114 123
Hex AD 72 7B

RGB Percentages of Color #ad727b

%42.20
%27.80
%30.00

CMYK Percentages of Color #ad727b

%0
%34
%29
%32

Triadic Colors of #ad727b

#ad727b #7bad72 #727bad

Analogous Colors of #ad727b

#ad727b #ad8772 #ad7299

Monochromatic Colors of #ad727b

#ad727b

Complementary Color

#ad727b #72ada4

#ad727b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad727b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad727b Color CSS Codes

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

#ad727b Text Font Color

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

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


#ad727b Background Color

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

This div background color is #ad727b


#ad727b Border Color

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

This div border color is #ad727b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad727b


Comments

No comments written yet.

Please login to write comment.