Color Hex Logo

#ad778a Color Hex

#AD778A
(173,119,138)
0 Favorites   0 Comments

Color spaces of #ad778a

RGB 173119138
HSL0.940.250.57
HSV339°31°68°
CMYK 0.000.310.20   0.32
XYZ28.417923.912927.1626
Yxy23.91290.35750.3008
Hunter Lab48.900818.15591.2972
CIE-Lab56.000523.9927-1.7636

#ad778a color RGB value is (173,119,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 01110111 10001010
Octal 255 167 212
Decimal 173 119 138
Hex AD 77 8A

RGB Percentages of Color #ad778a

%40.23
%27.67
%32.09

CMYK Percentages of Color #ad778a

%0
%31
%20
%32

Triadic Colors of #ad778a

#ad778a #8aad77 #778aad

Analogous Colors of #ad778a

#ad778a #ad7f77 #ad77a5

Monochromatic Colors of #ad778a

#ad778a

Complementary Color

#ad778a #77ad9a

#ad778a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad778a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad778a Color CSS Codes

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

#ad778a Text Font Color

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

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


#ad778a Background Color

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

This div background color is #ad778a


#ad778a Border Color

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

This div border color is #ad778a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad778a


Comments

No comments written yet.

Please login to write comment.