Color Hex Logo

#ad48ac Color Hex

#AD48AC
(173,72,172)
0 Favorites   0 Comments

Color spaces of #ad48ac

RGB 17372172
HSL0.830.410.48
HSV301°58°68°
CMYK 0.000.580.01   0.32
XYZ26.997316.497540.7911
Yxy16.49750.32030.1957
Hunter Lab40.617147.5651-31.1120
CIE-Lab47.620554.4465-34.4872

#ad48ac color RGB value is (173,72,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 01001000 10101100
Octal 255 110 254
Decimal 173 72 172
Hex AD 48 AC

RGB Percentages of Color #ad48ac

%41.49
%17.27
%41.25

CMYK Percentages of Color #ad48ac

%0
%58
%1
%32

Triadic Colors of #ad48ac

#ad48ac #acad48 #48acad

Analogous Colors of #ad48ac

#ad48ac #ad487a #7c48ad

Monochromatic Colors of #ad48ac

#ad48ac

Complementary Color

#ad48ac #48ad49

#ad48ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad48ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad48ac Color CSS Codes

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

#ad48ac Text Font Color

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

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


#ad48ac Background Color

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

This div background color is #ad48ac


#ad48ac Border Color

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

This div border color is #ad48ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad48ac


Comments

No comments written yet.

Please login to write comment.