Color Hex Logo

#ad89ac Color Hex

#AD89AC
(173,137,172)
0 Favorites   0 Comments

Color spaces of #ad89ac

RGB 173137172
HSL0.840.180.61
HSV302°21°68°
CMYK 0.000.210.01   0.32
XYZ33.625629.754143.0006
Yxy29.75410.31610.2797
Hunter Lab54.547314.5782-8.5562
CIE-Lab61.441519.8290-13.2156

#ad89ac color RGB value is (173,137,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10001001 10101100
Octal 255 211 254
Decimal 173 137 172
Hex AD 89 AC

RGB Percentages of Color #ad89ac

%35.89
%28.42
%35.68

CMYK Percentages of Color #ad89ac

%0
%21
%1
%32

Triadic Colors of #ad89ac

#ad89ac #acad89 #89acad

Analogous Colors of #ad89ac

#ad89ac #ad899a #9c89ad

Monochromatic Colors of #ad89ac

#ad89ac

Complementary Color

#ad89ac #89ad8a

#ad89ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad89ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad89ac Color CSS Codes

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

#ad89ac Text Font Color

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

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


#ad89ac Background Color

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

This div background color is #ad89ac


#ad89ac Border Color

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

This div border color is #ad89ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad89ac


Comments

No comments written yet.

Please login to write comment.