Color Hex Logo

#ad69aa Color Hex

#AD69AA
(173,105,170)
0 Favorites   0 Comments

Color spaces of #ad69aa

RGB 173105170
HSL0.840.290.55
HSV303°39°68°
CMYK 0.000.390.02   0.32
XYZ29.540921.889740.6984
Yxy21.88970.32060.2376
Hunter Lab46.786430.8285-18.8245
CIE-Lab53.909837.3517-23.5344

#ad69aa color RGB value is (173,105,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 01101001 10101010
Octal 255 151 252
Decimal 173 105 170
Hex AD 69 AA

RGB Percentages of Color #ad69aa

%38.62
%23.44
%37.95

CMYK Percentages of Color #ad69aa

%0
%39
%2
%32

Triadic Colors of #ad69aa

#ad69aa #aaad69 #69aaad

Analogous Colors of #ad69aa

#ad69aa #ad6988 #8e69ad

Monochromatic Colors of #ad69aa

#ad69aa

Complementary Color

#ad69aa #69ad6c

#ad69aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad69aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad69aa Color CSS Codes

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

#ad69aa Text Font Color

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

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


#ad69aa Background Color

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

This div background color is #ad69aa


#ad69aa Border Color

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

This div border color is #ad69aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad69aa


Comments

No comments written yet.

Please login to write comment.