Color Hex Logo

#ad14da Color Hex

#AD14DA
(173,20,218)
0 Favorites   0 Comments

Color spaces of #ad14da

RGB 17320218
HSL0.800.830.47
HSV286°91°85°
CMYK 0.210.910.00   0.15
XYZ30.138614.446567.5296
Yxy14.44650.26880.1289
Hunter Lab38.008675.0253-78.7343
CIE-Lab44.866678.6000-65.6166

#ad14da color RGB value is (173,20,218).

#ad14da hex color red value is 173, green value is 20 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #ad14da hue: 0.80 , saturation: 0.83 and the lightness value of ad14da is 0.47.

The process color (four color CMYK) of #ad14da color hex is 0.21, 0.91, 0.00, 0.15. Web safe color of #ad14da is #9900cc. Color #ad14da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 00010100 11011010
Octal 255 24 332
Decimal 173 20 218
Hex AD 14 DA

RGB Percentages of Color #ad14da

%42.09
%4.87
%53.04

CMYK Percentages of Color #ad14da

%21
%91
%0
%15

Triadic Colors of #ad14da

#ad14da #daad14 #14daad

Analogous Colors of #ad14da

#ad14da #da14a4 #4a14da

Monochromatic Colors of #ad14da

#ad14da

Complementary Color

#ad14da #41da14

#ad14da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad14da Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad14da Color CSS Codes

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

#ad14da Text Font Color

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

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


#ad14da Background Color

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

This div background color is #ad14da


#ad14da Border Color

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

This div border color is #ad14da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad14da


Comments

No comments written yet.

Please login to write comment.