Color Hex Logo

#ad13dc Color Hex

#AD13DC
(173,19,220)
0 Favorites   0 Comments

Color spaces of #ad13dc

RGB 17319220
HSL0.790.840.47
HSV286°91°86°
CMYK 0.210.910.00   0.14
XYZ30.384714.517368.9108
Yxy14.51730.26700.1276
Hunter Lab38.101675.6699-80.5612
CIE-Lab44.965879.0976-66.6005

#ad13dc color RGB value is (173,19,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 00010011 11011100
Octal 255 23 334
Decimal 173 19 220
Hex AD 13 DC

RGB Percentages of Color #ad13dc

%41.99
%4.61
%53.40

CMYK Percentages of Color #ad13dc

%21
%91
%0
%14

Triadic Colors of #ad13dc

#ad13dc #dcad13 #13dcad

Analogous Colors of #ad13dc

#ad13dc #dc13a7 #4913dc

Monochromatic Colors of #ad13dc

#ad13dc

Complementary Color

#ad13dc #42dc13

#ad13dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad13dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad13dc Color CSS Codes

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

#ad13dc Text Font Color

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

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


#ad13dc Background Color

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

This div background color is #ad13dc


#ad13dc Border Color

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

This div border color is #ad13dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad13dc


Comments

No comments written yet.

Please login to write comment.