Color Hex Logo

#ad709e Color Hex

#AD709E
(173,112,158)
0 Favorites   0 Comments

Color spaces of #ad709e

RGB 173112158
HSL0.870.270.56
HSV315°35°68°
CMYK 0.000.350.09   0.32
XYZ29.199322.941235.2369
Yxy22.94120.33420.2626
Hunter Lab47.897024.9988-10.0907
CIE-Lab55.011731.2914-14.8782

#ad709e color RGB value is (173,112,158).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 01110000 10011110
Octal 255 160 236
Decimal 173 112 158
Hex AD 70 9E

RGB Percentages of Color #ad709e

%39.05
%25.28
%35.67

CMYK Percentages of Color #ad709e

%0
%35
%9
%32

Triadic Colors of #ad709e

#ad709e #9ead70 #709ead

Analogous Colors of #ad709e

#ad709e #ad7080 #9e70ad

Monochromatic Colors of #ad709e

#ad709e

Complementary Color

#ad709e #70ad7f

#ad709e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad709e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad709e Color CSS Codes

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

#ad709e Text Font Color

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

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


#ad709e Background Color

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

This div background color is #ad709e


#ad709e Border Color

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

This div border color is #ad709e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad709e


Comments

No comments written yet.

Please login to write comment.