Color Hex Logo

#ad14cd Color Hex

#AD14CD
(173,20,205)
0 Favorites   0 Comments

Color spaces of #ad14cd

RGB 17320205
HSL0.800.820.44
HSV290°90°80°
CMYK 0.160.900.00   0.20
XYZ28.503213.792358.9175
Yxy13.79230.28160.1363
Hunter Lab37.138072.0063-68.0639
CIE-Lab43.933676.3394-59.6426

#ad14cd color RGB value is (173,20,205).

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

The process color (four color CMYK) of #ad14cd color hex is 0.16, 0.90, 0.00, 0.20. Web safe color of #ad14cd is #9900cc. Color #ad14cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 00010100 11001101
Octal 255 24 315
Decimal 173 20 205
Hex AD 14 CD

RGB Percentages of Color #ad14cd

%43.47
%5.03
%51.51

CMYK Percentages of Color #ad14cd

%16
%90
%0
%20

Triadic Colors of #ad14cd

#ad14cd #cdad14 #14cdad

Analogous Colors of #ad14cd

#ad14cd #cd1491 #5114cd

Monochromatic Colors of #ad14cd

#ad14cd

Complementary Color

#ad14cd #34cd14

#ad14cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad14cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad14cd Color CSS Codes

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

#ad14cd Text Font Color

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

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


#ad14cd Background Color

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

This div background color is #ad14cd


#ad14cd Border Color

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

This div border color is #ad14cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad14cd


Comments

No comments written yet.

Please login to write comment.