Color Hex Logo

#ad169f Color Hex

#AD169F
(173,22,159)
0 Favorites   0 Comments

Color spaces of #ad169f

RGB 17322159
HSL0.850.770.38
HSV306°87°68°
CMYK 0.000.870.08   0.32
XYZ23.778511.961333.8564
Yxy11.96130.34170.1719
Hunter Lab34.585162.2012-33.8312
CIE-Lab41.154568.6985-36.9528

#ad169f color RGB value is (173,22,159).

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

The process color (four color CMYK) of #ad169f color hex is 0.00, 0.87, 0.08, 0.32. Web safe color of #ad169f is #990099. Color #ad169f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 00010110 10011111
Octal 255 26 237
Decimal 173 22 159
Hex AD 16 9F

RGB Percentages of Color #ad169f

%48.87
%6.21
%44.92

CMYK Percentages of Color #ad169f

%0
%87
%8
%32

Triadic Colors of #ad169f

#ad169f #9fad16 #169fad

Analogous Colors of #ad169f

#ad169f #ad1653 #7016ad

Monochromatic Colors of #ad169f

#ad169f

Complementary Color

#ad169f #16ad24

#ad169f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad169f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad169f Color CSS Codes

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

#ad169f Text Font Color

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

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


#ad169f Background Color

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

This div background color is #ad169f


#ad169f Border Color

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

This div border color is #ad169f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad169f


Comments

No comments written yet.

Please login to write comment.