Color Hex Logo

#ad737c Color Hex

#AD737C
(173,115,124)
0 Favorites   0 Comments

Color spaces of #ad737c

RGB 173115124
HSL0.970.260.56
HSV351°34°68°
CMYK 0.000.340.28   0.32
XYZ27.002422.600922.0080
Yxy22.60090.37710.3156
Hunter Lab47.540418.19025.8310
CIE-Lab54.658924.12964.4521

#ad737c color RGB value is (173,115,124).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 01110011 01111100
Octal 255 163 174
Decimal 173 115 124
Hex AD 73 7C

RGB Percentages of Color #ad737c

%41.99
%27.91
%30.10

CMYK Percentages of Color #ad737c

%0
%34
%28
%32

Triadic Colors of #ad737c

#ad737c #7cad73 #737cad

Analogous Colors of #ad737c

#ad737c #ad8773 #ad7399

Monochromatic Colors of #ad737c

#ad737c

Complementary Color

#ad737c #73ada4

#ad737c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad737c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad737c Color CSS Codes

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

#ad737c Text Font Color

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

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


#ad737c Background Color

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

This div background color is #ad737c


#ad737c Border Color

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

This div border color is #ad737c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad737c


Comments

No comments written yet.

Please login to write comment.