Color Hex Logo

#ad166d Color Hex

#AD166D
(173,22,109)
0 Favorites   0 Comments

Color spaces of #ad166d

RGB 17322109
HSL0.900.770.38
HSV325°87°68°
CMYK 0.000.870.37   0.32
XYZ20.280810.562215.4378
Yxy10.56220.43820.2282
Hunter Lab32.499554.5158-5.4140
CIE-Lab38.833162.4309-9.7492

#ad166d color RGB value is (173,22,109).

#ad166d hex color red value is 173, green value is 22 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #ad166d hue: 0.90 , saturation: 0.77 and the lightness value of ad166d is 0.38.

The process color (four color CMYK) of #ad166d color hex is 0.00, 0.87, 0.37, 0.32. Web safe color of #ad166d is #990066. Color #ad166d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 00010110 01101101
Octal 255 26 155
Decimal 173 22 109
Hex AD 16 6D

RGB Percentages of Color #ad166d

%56.91
%7.24
%35.86

CMYK Percentages of Color #ad166d

%0
%87
%37
%32

Triadic Colors of #ad166d

#ad166d #6dad16 #166dad

Analogous Colors of #ad166d

#ad166d #ad1621 #a216ad

Monochromatic Colors of #ad166d

#ad166d

Complementary Color

#ad166d #16ad56

#ad166d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad166d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad166d Color CSS Codes

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

#ad166d Text Font Color

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

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


#ad166d Background Color

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

This div background color is #ad166d


#ad166d Border Color

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

This div border color is #ad166d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad166d


Comments

No comments written yet.

Please login to write comment.