Color Hex Logo

#ad116e Color Hex

#AD116E
(173,17,110)
0 Favorites   0 Comments

Color spaces of #ad116e

RGB 17317110
HSL0.900.820.37
HSV324°90°68°
CMYK 0.000.900.36   0.32
XYZ20.248510.410915.6941
Yxy10.41090.43680.2246
Hunter Lab32.265955.5524-6.2524
CIE-Lab38.570063.4062-10.7767

#ad116e color RGB value is (173,17,110).

#ad116e hex color red value is 173, green value is 17 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #ad116e hue: 0.90 , saturation: 0.82 and the lightness value of ad116e is 0.37.

The process color (four color CMYK) of #ad116e color hex is 0.00, 0.90, 0.36, 0.32. Web safe color of #ad116e is #990066. Color #ad116e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 00010001 01101110
Octal 255 21 156
Decimal 173 17 110
Hex AD 11 6E

RGB Percentages of Color #ad116e

%57.67
%5.67
%36.67

CMYK Percentages of Color #ad116e

%0
%90
%36
%32

Triadic Colors of #ad116e

#ad116e #6ead11 #116ead

Analogous Colors of #ad116e

#ad116e #ad1120 #9e11ad

Monochromatic Colors of #ad116e

#ad116e

Complementary Color

#ad116e #11ad50

#ad116e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad116e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad116e Color CSS Codes

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

#ad116e Text Font Color

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

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


#ad116e Background Color

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

This div background color is #ad116e


#ad116e Border Color

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

This div border color is #ad116e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad116e


Comments

No comments written yet.

Please login to write comment.