Color Hex Logo

#ad747d Color Hex

#AD747D
(173,116,125)
0 Favorites   0 Comments

Color spaces of #ad747d

RGB 173116125
HSL0.970.260.57
HSV351°33°68°
CMYK 0.000.330.28   0.32
XYZ27.180622.855722.3810
Yxy22.85570.37530.3156
Hunter Lab47.807617.82125.7089
CIE-Lab54.923423.71094.2488

#ad747d color RGB value is (173,116,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 01110100 01111101
Octal 255 164 175
Decimal 173 116 125
Hex AD 74 7D

RGB Percentages of Color #ad747d

%41.79
%28.02
%30.19

CMYK Percentages of Color #ad747d

%0
%33
%28
%32

Triadic Colors of #ad747d

#ad747d #7dad74 #747dad

Analogous Colors of #ad747d

#ad747d #ad8874 #ad749a

Monochromatic Colors of #ad747d

#ad747d

Complementary Color

#ad747d #74ada4

#ad747d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad747d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad747d Color CSS Codes

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

#ad747d Text Font Color

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

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


#ad747d Background Color

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

This div background color is #ad747d


#ad747d Border Color

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

This div border color is #ad747d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad747d


Comments

No comments written yet.

Please login to write comment.