Color Hex Logo

#ad4daa Color Hex

#AD4DAA
(173,77,170)
0 Favorites   0 Comments

Color spaces of #ad4daa

RGB 17377170
HSL0.840.380.49
HSV302°55°68°
CMYK 0.000.550.02   0.32
XYZ27.143217.094339.8991
Yxy17.09430.32260.2032
Hunter Lab41.345344.8312-28.2745
CIE-Lab48.378651.7699-32.1215

#ad4daa color RGB value is (173,77,170).

#ad4daa hex color red value is 173, green value is 77 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #ad4daa hue: 0.84 , saturation: 0.38 and the lightness value of ad4daa is 0.49.

The process color (four color CMYK) of #ad4daa color hex is 0.00, 0.55, 0.02, 0.32. Web safe color of #ad4daa is #996699. Color #ad4daa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 01001101 10101010
Octal 255 115 252
Decimal 173 77 170
Hex AD 4D AA

RGB Percentages of Color #ad4daa

%41.19
%18.33
%40.48

CMYK Percentages of Color #ad4daa

%0
%55
%2
%32

Triadic Colors of #ad4daa

#ad4daa #aaad4d #4daaad

Analogous Colors of #ad4daa

#ad4daa #ad4d7a #804dad

Monochromatic Colors of #ad4daa

#ad4daa

Complementary Color

#ad4daa #4dad50

#ad4daa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad4daa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad4daa Color CSS Codes

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

#ad4daa Text Font Color

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

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


#ad4daa Background Color

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

This div background color is #ad4daa


#ad4daa Border Color

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

This div border color is #ad4daa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad4daa


Comments

No comments written yet.

Please login to write comment.