Color Hex Logo

#ad017d Color Hex

#AD017D
(173,1,125)
0 Favorites   0 Comments

Color spaces of #ad017d

RGB 1731125
HSL0.880.990.34
HSV317°99°68°
CMYK 0.000.990.28   0.32
XYZ20.946110.386620.3029
Yxy10.38660.40570.2012
Hunter Lab32.228259.6130-14.7913
CIE-Lab38.527566.9801-20.2475

#ad017d color RGB value is (173,1,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 00000001 01111101
Octal 255 1 175
Decimal 173 1 125
Hex AD 1 7D

RGB Percentages of Color #ad017d

%57.86
%0.33
%41.81

CMYK Percentages of Color #ad017d

%0
%99
%28
%32

Triadic Colors of #ad017d

#ad017d #7dad01 #017dad

Analogous Colors of #ad017d

#ad017d #ad0127 #8701ad

Monochromatic Colors of #ad017d

#ad017d

Complementary Color

#ad017d #01ad31

#ad017d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad017d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad017d Color CSS Codes

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

#ad017d Text Font Color

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

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


#ad017d Background Color

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

This div background color is #ad017d


#ad017d Border Color

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

This div border color is #ad017d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad017d


Comments

No comments written yet.

Please login to write comment.