Color Hex Logo

#ad77ac Color Hex

#AD77AC
(173,119,172)
0 Favorites   0 Comments

Color spaces of #ad77ac

RGB 173119172
HSL0.840.250.57
HSV301°31°68°
CMYK 0.000.310.01   0.32
XYZ31.276825.056442.2176
Yxy25.05640.31740.2542
Hunter Lab50.056423.9338-14.9658
CIE-Lab57.130329.9782-19.7525

#ad77ac color RGB value is (173,119,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 01110111 10101100
Octal 255 167 254
Decimal 173 119 172
Hex AD 77 AC

RGB Percentages of Color #ad77ac

%37.28
%25.65
%37.07

CMYK Percentages of Color #ad77ac

%0
%31
%1
%32

Triadic Colors of #ad77ac

#ad77ac #acad77 #77acad

Analogous Colors of #ad77ac

#ad77ac #ad7791 #9377ad

Monochromatic Colors of #ad77ac

#ad77ac

Complementary Color

#ad77ac #77ad78

#ad77ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad77ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad77ac Color CSS Codes

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

#ad77ac Text Font Color

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

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


#ad77ac Background Color

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

This div background color is #ad77ac


#ad77ac Border Color

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

This div border color is #ad77ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad77ac


Comments

No comments written yet.

Please login to write comment.