Color Hex Logo

#ad779e Color Hex

#AD779E
(173,119,158)
0 Favorites   0 Comments

Color spaces of #ad779e

RGB 173119158
HSL0.880.250.57
HSV317°31°68°
CMYK 0.000.310.09   0.32
XYZ30.002024.546535.5044
Yxy24.54650.33320.2726
Hunter Lab49.544421.3893-7.8072
CIE-Lab56.630927.3760-12.4332

#ad779e color RGB value is (173,119,158).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 01110111 10011110
Octal 255 167 236
Decimal 173 119 158
Hex AD 77 9E

RGB Percentages of Color #ad779e

%38.44
%26.44
%35.11

CMYK Percentages of Color #ad779e

%0
%31
%9
%32

Triadic Colors of #ad779e

#ad779e #9ead77 #779ead

Analogous Colors of #ad779e

#ad779e #ad7783 #a177ad

Monochromatic Colors of #ad779e

#ad779e

Complementary Color

#ad779e #77ad86

#ad779e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad779e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad779e Color CSS Codes

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

#ad779e Text Font Color

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

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


#ad779e Background Color

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

This div background color is #ad779e


#ad779e Border Color

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

This div border color is #ad779e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad779e


Comments

No comments written yet.

Please login to write comment.