Color Hex Logo

#ad707e Color Hex

#AD707E
(173,112,126)
0 Favorites   0 Comments

Color spaces of #ad707e

RGB 173112126
HSL0.960.270.56
HSV346°35°68°
CMYK 0.000.350.27   0.32
XYZ26.793621.978922.5688
Yxy21.97890.37560.3081
Hunter Lab46.881719.97264.2750
CIE-Lab54.004626.10022.3355

#ad707e color RGB value is (173,112,126).

#ad707e hex color red value is 173, green value is 112 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #ad707e hue: 0.96 , saturation: 0.27 and the lightness value of ad707e is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 01110000 01111110
Octal 255 160 176
Decimal 173 112 126
Hex AD 70 7E

RGB Percentages of Color #ad707e

%42.09
%27.25
%30.66

CMYK Percentages of Color #ad707e

%0
%35
%27
%32

Triadic Colors of #ad707e

#ad707e #7ead70 #707ead

Analogous Colors of #ad707e

#ad707e #ad8170 #ad709d

Monochromatic Colors of #ad707e

#ad707e

Complementary Color

#ad707e #70ad9f

#ad707e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad707e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad707e Color CSS Codes

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

#ad707e Text Font Color

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

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


#ad707e Background Color

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

This div background color is #ad707e


#ad707e Border Color

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

This div border color is #ad707e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad707e


Comments

No comments written yet.

Please login to write comment.