Color Hex Logo

#ad44ac Color Hex

#AD44AC
(173,68,172)
0 Favorites   0 Comments

Color spaces of #ad44ac

RGB 17368172
HSL0.830.440.47
HSV301°61°68°
CMYK 0.000.610.01   0.32
XYZ26.747115.997040.7077
Yxy15.99700.32050.1917
Hunter Lab39.996249.3767-32.3473
CIE-Lab46.970656.2297-35.5096

#ad44ac color RGB value is (173,68,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 01000100 10101100
Octal 255 104 254
Decimal 173 68 172
Hex AD 44 AC

RGB Percentages of Color #ad44ac

%41.89
%16.46
%41.65

CMYK Percentages of Color #ad44ac

%0
%61
%1
%32

Triadic Colors of #ad44ac

#ad44ac #acad44 #44acad

Analogous Colors of #ad44ac

#ad44ac #ad4478 #7a44ad

Monochromatic Colors of #ad44ac

#ad44ac

Complementary Color

#ad44ac #44ad45

#ad44ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad44ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad44ac Color CSS Codes

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

#ad44ac Text Font Color

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

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


#ad44ac Background Color

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

This div background color is #ad44ac


#ad44ac Border Color

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

This div border color is #ad44ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad44ac


Comments

No comments written yet.

Please login to write comment.