Color Hex Logo

#ad016f Color Hex

#AD016F
(173,1,111)
0 Favorites   0 Comments

Color spaces of #ad016f

RGB 1731111
HSL0.890.990.34
HSV322°99°68°
CMYK 0.000.990.36   0.32
XYZ20.113710.053615.9194
Yxy10.05360.43640.2181
Hunter Lab31.707457.7441-7.5727
CIE-Lab37.938565.4643-12.3650

#ad016f color RGB value is (173,1,111).

#ad016f hex color red value is 173, green value is 1 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #ad016f hue: 0.89 , saturation: 0.99 and the lightness value of ad016f is 0.34.

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 00000001 01101111
Octal 255 1 157
Decimal 173 1 111
Hex AD 1 6F

RGB Percentages of Color #ad016f

%60.70
%0.35
%38.95

CMYK Percentages of Color #ad016f

%0
%99
%36
%32

Triadic Colors of #ad016f

#ad016f #6fad01 #016fad

Analogous Colors of #ad016f

#ad016f #ad0119 #9501ad

Monochromatic Colors of #ad016f

#ad016f

Complementary Color

#ad016f #01ad3f

#ad016f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad016f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad016f Color CSS Codes

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

#ad016f Text Font Color

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

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


#ad016f Background Color

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

This div background color is #ad016f


#ad016f Border Color

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

This div border color is #ad016f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad016f


Comments

No comments written yet.

Please login to write comment.