Color Hex Logo

#ad66ac Color Hex

#AD66AC
(173,102,172)
0 Favorites   0 Comments

Color spaces of #ad66ac

RGB 173102172
HSL0.840.300.54
HSV301°41°68°
CMYK 0.000.410.01   0.32
XYZ29.431321.365541.6025
Yxy21.36550.31850.2312
Hunter Lab46.222832.7657-21.0075
CIE-Lab53.347239.3572-25.5634

#ad66ac color RGB value is (173,102,172).

#ad66ac hex color red value is 173, green value is 102 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #ad66ac hue: 0.84 , saturation: 0.30 and the lightness value of ad66ac is 0.54.

The process color (four color CMYK) of #ad66ac color hex is 0.00, 0.41, 0.01, 0.32. Web safe color of #ad66ac is #996699. Color #ad66ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 01100110 10101100
Octal 255 146 254
Decimal 173 102 172
Hex AD 66 AC

RGB Percentages of Color #ad66ac

%38.70
%22.82
%38.48

CMYK Percentages of Color #ad66ac

%0
%41
%1
%32

Triadic Colors of #ad66ac

#ad66ac #acad66 #66acad

Analogous Colors of #ad66ac

#ad66ac #ad6689 #8b66ad

Monochromatic Colors of #ad66ac

#ad66ac

Complementary Color

#ad66ac #66ad67

#ad66ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad66ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad66ac Color CSS Codes

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

#ad66ac Text Font Color

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

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


#ad66ac Background Color

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

This div background color is #ad66ac


#ad66ac Border Color

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

This div border color is #ad66ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad66ac


Comments

No comments written yet.

Please login to write comment.