Color Hex Logo

#ad779f Color Hex

#AD779F
(173,119,159)
0 Favorites   0 Comments

Color spaces of #ad779f

RGB 173119159
HSL0.880.250.57
HSV316°31°68°
CMYK 0.000.310.08   0.32
XYZ30.088424.581135.9597
Yxy24.58110.33200.2712
Hunter Lab49.579321.5632-8.2973
CIE-Lab56.665027.5554-12.9603

#ad779f color RGB value is (173,119,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 01110111 10011111
Octal 255 167 237
Decimal 173 119 159
Hex AD 77 9F

RGB Percentages of Color #ad779f

%38.36
%26.39
%35.25

CMYK Percentages of Color #ad779f

%0
%31
%8
%32

Triadic Colors of #ad779f

#ad779f #9fad77 #779fad

Analogous Colors of #ad779f

#ad779f #ad7784 #a077ad

Monochromatic Colors of #ad779f

#ad779f

Complementary Color

#ad779f #77ad85

#ad779f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad779f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad779f Color CSS Codes

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

#ad779f Text Font Color

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

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


#ad779f Background Color

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

This div background color is #ad779f


#ad779f Border Color

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

This div border color is #ad779f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(173,119,159, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #ad779f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad779f


Comments

No comments written yet.

Please login to write comment.