Color Hex Logo

#ad13ac Color Hex

#AD13AC
(173,19,172)
0 Favorites   0 Comments

Color spaces of #ad13ac

RGB 17319172
HSL0.830.800.38
HSV300°89°68°
CMYK 0.000.890.01   0.32
XYZ24.912812.328540.0963
Yxy12.32850.32210.1594
Hunter Lab35.112065.2042-43.1282
CIE-Lab41.733571.1349-43.8140

#ad13ac color RGB value is (173,19,172).

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

The process color (four color CMYK) of #ad13ac color hex is 0.00, 0.89, 0.01, 0.32. Web safe color of #ad13ac is #990099. Color #ad13ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 00010011 10101100
Octal 255 23 254
Decimal 173 19 172
Hex AD 13 AC

RGB Percentages of Color #ad13ac

%47.53
%5.22
%47.25

CMYK Percentages of Color #ad13ac

%0
%89
%1
%32

Triadic Colors of #ad13ac

#ad13ac #acad13 #13acad

Analogous Colors of #ad13ac

#ad13ac #ad135f #6113ad

Monochromatic Colors of #ad13ac

#ad13ac

Complementary Color

#ad13ac #13ad14

#ad13ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad13ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad13ac Color CSS Codes

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

#ad13ac Text Font Color

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

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


#ad13ac Background Color

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

This div background color is #ad13ac


#ad13ac Border Color

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

This div border color is #ad13ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad13ac


Comments

No comments written yet.

Please login to write comment.