Color Hex Logo

#ad708a Color Hex

#AD708A
(173,112,138)
0 Favorites   0 Comments

Color spaces of #ad708a

RGB 173112138
HSL0.930.270.56
HSV334°35°68°
CMYK 0.000.350.20   0.32
XYZ27.615222.307626.8951
Yxy22.30760.35950.2904
Hunter Lab47.230921.7121-0.7004
CIE-Lab54.351927.9208-4.1913

#ad708a color RGB value is (173,112,138).

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

The process color (four color CMYK) of #ad708a color hex is 0.00, 0.35, 0.20, 0.32. Web safe color of #ad708a is #996699. Color #ad708a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 01110000 10001010
Octal 255 160 212
Decimal 173 112 138
Hex AD 70 8A

RGB Percentages of Color #ad708a

%40.90
%26.48
%32.62

CMYK Percentages of Color #ad708a

%0
%35
%20
%32

Triadic Colors of #ad708a

#ad708a #8aad70 #708aad

Analogous Colors of #ad708a

#ad708a #ad7570 #ad70a9

Monochromatic Colors of #ad708a

#ad708a

Complementary Color

#ad708a #70ad93

#ad708a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad708a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad708a Color CSS Codes

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

#ad708a Text Font Color

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

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


#ad708a Background Color

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

This div background color is #ad708a


#ad708a Border Color

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

This div border color is #ad708a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad708a


Comments

No comments written yet.

Please login to write comment.