Color Hex Logo

#ad787e Color Hex

#AD787E
(173,120,126)
0 Favorites   0 Comments

Color spaces of #ad787e

RGB 173120126
HSL0.980.240.57
HSV353°31°68°
CMYK 0.000.310.27   0.32
XYZ27.715923.823522.8763
Yxy23.82350.37240.3201
Hunter Lab48.809315.94326.3781
CIE-Lab55.910621.60395.0866

#ad787e color RGB value is (173,120,126).

#ad787e hex color red value is 173, green value is 120 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #ad787e hue: 0.98 , saturation: 0.24 and the lightness value of ad787e is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 01111000 01111110
Octal 255 170 176
Decimal 173 120 126
Hex AD 78 7E

RGB Percentages of Color #ad787e

%41.29
%28.64
%30.07

CMYK Percentages of Color #ad787e

%0
%31
%27
%32

Triadic Colors of #ad787e

#ad787e #7ead78 #787ead

Analogous Colors of #ad787e

#ad787e #ad8d78 #ad7899

Monochromatic Colors of #ad787e

#ad787e

Complementary Color

#ad787e #78ada7

#ad787e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad787e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad787e Color CSS Codes

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

#ad787e Text Font Color

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

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


#ad787e Background Color

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

This div background color is #ad787e


#ad787e Border Color

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

This div border color is #ad787e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad787e


Comments

No comments written yet.

Please login to write comment.