Color Hex Logo

#ad14df Color Hex

#AD14DF
(173,20,223)
0 Favorites   0 Comments

Color spaces of #ad14df

RGB 17320223
HSL0.790.840.48
HSV285°91°87°
CMYK 0.220.910.00   0.13
XYZ30.803014.712371.0283
Yxy14.71230.26430.1262
Hunter Lab38.356676.2237-82.9428
CIE-Lab45.237679.4880-67.8730

#ad14df color RGB value is (173,20,223).

#ad14df hex color red value is 173, green value is 20 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #ad14df hue: 0.79 , saturation: 0.84 and the lightness value of ad14df is 0.48.

The process color (four color CMYK) of #ad14df color hex is 0.22, 0.91, 0.00, 0.13. Web safe color of #ad14df is #9900cc. Color #ad14df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 00010100 11011111
Octal 255 24 337
Decimal 173 20 223
Hex AD 14 DF

RGB Percentages of Color #ad14df

%41.59
%4.81
%53.61

CMYK Percentages of Color #ad14df

%22
%91
%0
%13

Triadic Colors of #ad14df

#ad14df #dfad14 #14dfad

Analogous Colors of #ad14df

#ad14df #df14ac #4714df

Monochromatic Colors of #ad14df

#ad14df

Complementary Color

#ad14df #46df14

#ad14df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad14df Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad14df Color CSS Codes

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

#ad14df Text Font Color

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

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


#ad14df Background Color

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

This div background color is #ad14df


#ad14df Border Color

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

This div border color is #ad14df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad14df


Comments

No comments written yet.

Please login to write comment.