Color Hex Logo

#ad47ac Color Hex

#AD47AC
(173,71,172)
0 Favorites   0 Comments

Color spaces of #ad47ac

RGB 17371172
HSL0.830.420.48
HSV301°59°68°
CMYK 0.000.590.01   0.32
XYZ26.933216.369340.7698
Yxy16.36930.32040.1947
Hunter Lab40.459048.0227-31.4242
CIE-Lab47.455354.8983-34.7470

#ad47ac color RGB value is (173,71,172).

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

The process color (four color CMYK) of #ad47ac color hex is 0.00, 0.59, 0.01, 0.32. Web safe color of #ad47ac is #993399. Color #ad47ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 01000111 10101100
Octal 255 107 254
Decimal 173 71 172
Hex AD 47 AC

RGB Percentages of Color #ad47ac

%41.59
%17.07
%41.35

CMYK Percentages of Color #ad47ac

%0
%59
%1
%32

Triadic Colors of #ad47ac

#ad47ac #acad47 #47acad

Analogous Colors of #ad47ac

#ad47ac #ad4779 #7b47ad

Monochromatic Colors of #ad47ac

#ad47ac

Complementary Color

#ad47ac #47ad48

#ad47ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad47ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad47ac Color CSS Codes

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

#ad47ac Text Font Color

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

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


#ad47ac Background Color

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

This div background color is #ad47ac


#ad47ac Border Color

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

This div border color is #ad47ac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(173,71,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 #ad47ac">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad47ac


Comments

No comments written yet.

Please login to write comment.