Color Hex Logo

#ad69ac Color Hex

#AD69AC
(173,105,172)
0 Favorites   0 Comments

Color spaces of #ad69ac

RGB 173105172
HSL0.840.290.55
HSV301°39°68°
CMYK 0.000.390.01   0.32
XYZ29.731521.965941.7026
Yxy21.96590.31830.2352
Hunter Lab46.867831.2163-19.9483
CIE-Lab53.990837.7293-24.5700

#ad69ac color RGB value is (173,105,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 01101001 10101100
Octal 255 151 254
Decimal 173 105 172
Hex AD 69 AC

RGB Percentages of Color #ad69ac

%38.44
%23.33
%38.22

CMYK Percentages of Color #ad69ac

%0
%39
%1
%32

Triadic Colors of #ad69ac

#ad69ac #acad69 #69acad

Analogous Colors of #ad69ac

#ad69ac #ad698a #8c69ad

Monochromatic Colors of #ad69ac

#ad69ac

Complementary Color

#ad69ac #69ad6a

#ad69ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad69ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad69ac Color CSS Codes

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

#ad69ac Text Font Color

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

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


#ad69ac Background Color

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

This div background color is #ad69ac


#ad69ac Border Color

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

This div border color is #ad69ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad69ac


Comments

No comments written yet.

Please login to write comment.