Color Hex Logo

#ad75aa Color Hex

#AD75AA
(173,117,170)
0 Favorites   0 Comments

Color spaces of #ad75aa

RGB 173117170
HSL0.840.250.57
HSV303°32°68°
CMYK 0.000.320.02   0.32
XYZ30.850624.509141.1349
Yxy24.50910.31970.2540
Hunter Lab49.506724.5975-14.6092
CIE-Lab56.594030.7150-19.4198

#ad75aa color RGB value is (173,117,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 01110101 10101010
Octal 255 165 252
Decimal 173 117 170
Hex AD 75 AA

RGB Percentages of Color #ad75aa

%37.61
%25.43
%36.96

CMYK Percentages of Color #ad75aa

%0
%32
%2
%32

Triadic Colors of #ad75aa

#ad75aa #aaad75 #75aaad

Analogous Colors of #ad75aa

#ad75aa #ad758e #9475ad

Monochromatic Colors of #ad75aa

#ad75aa

Complementary Color

#ad75aa #75ad78

#ad75aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad75aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad75aa Color CSS Codes

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

#ad75aa Text Font Color

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

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


#ad75aa Background Color

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

This div background color is #ad75aa


#ad75aa Border Color

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

This div border color is #ad75aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad75aa


Comments

No comments written yet.

Please login to write comment.