Color Hex Logo

#ad85ac Color Hex

#AD85AC
(173,133,172)
0 Favorites   0 Comments

Color spaces of #ad85ac

RGB 173133172
HSL0.840.200.60
HSV302°23°68°
CMYK 0.000.230.01   0.32
XYZ33.067528.637942.8145
Yxy28.63790.31640.2740
Hunter Lab53.514416.6482-9.9752
CIE-Lab60.460722.0890-14.6946

#ad85ac color RGB value is (173,133,172).

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

The process color (four color CMYK) of #ad85ac color hex is 0.00, 0.23, 0.01, 0.32. Web safe color of #ad85ac is #999999. Color #ad85ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10000101 10101100
Octal 255 205 254
Decimal 173 133 172
Hex AD 85 AC

RGB Percentages of Color #ad85ac

%36.19
%27.82
%35.98

CMYK Percentages of Color #ad85ac

%0
%23
%1
%32

Triadic Colors of #ad85ac

#ad85ac #acad85 #85acad

Analogous Colors of #ad85ac

#ad85ac #ad8598 #9a85ad

Monochromatic Colors of #ad85ac

#ad85ac

Complementary Color

#ad85ac #85ad86

#ad85ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad85ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad85ac Color CSS Codes

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

#ad85ac Text Font Color

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

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


#ad85ac Background Color

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

This div background color is #ad85ac


#ad85ac Border Color

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

This div border color is #ad85ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad85ac


Comments

No comments written yet.

Please login to write comment.