Color Hex Logo

#ad747f Color Hex

#AD747F
(173,116,127)
0 Favorites   0 Comments

Color spaces of #ad747f

RGB 173116127
HSL0.970.260.57
HSV348°33°68°
CMYK 0.000.330.27   0.32
XYZ27.309722.907323.0608
Yxy22.90730.37270.3126
Hunter Lab47.861618.09394.9358
CIE-Lab54.976724.00173.1576

#ad747f color RGB value is (173,116,127).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 01110100 01111111
Octal 255 164 177
Decimal 173 116 127
Hex AD 74 7F

RGB Percentages of Color #ad747f

%41.59
%27.88
%30.53

CMYK Percentages of Color #ad747f

%0
%33
%27
%32

Triadic Colors of #ad747f

#ad747f #7fad74 #747fad

Analogous Colors of #ad747f

#ad747f #ad8674 #ad749c

Monochromatic Colors of #ad747f

#ad747f

Complementary Color

#ad747f #74ada2

#ad747f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad747f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad747f Color CSS Codes

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

#ad747f Text Font Color

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

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


#ad747f Background Color

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

This div background color is #ad747f


#ad747f Border Color

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

This div border color is #ad747f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad747f


Comments

No comments written yet.

Please login to write comment.