Color Hex Logo

#ad788a Color Hex

#AD788A
(173,120,138)
0 Favorites   0 Comments

Color spaces of #ad788a

RGB 173120138
HSL0.940.240.57
HSV340°31°68°
CMYK 0.000.310.20   0.32
XYZ28.537524.152227.2025
Yxy24.15220.35720.3023
Hunter Lab49.144917.64801.5834
CIE-Lab56.239923.4293-1.4125

#ad788a color RGB value is (173,120,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 01111000 10001010
Octal 255 170 212
Decimal 173 120 138
Hex AD 78 8A

RGB Percentages of Color #ad788a

%40.14
%27.84
%32.02

CMYK Percentages of Color #ad788a

%0
%31
%20
%32

Triadic Colors of #ad788a

#ad788a #8aad78 #788aad

Analogous Colors of #ad788a

#ad788a #ad8178 #ad78a5

Monochromatic Colors of #ad788a

#ad788a

Complementary Color

#ad788a #78ad9b

#ad788a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad788a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad788a Color CSS Codes

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

#ad788a Text Font Color

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

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


#ad788a Background Color

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

This div background color is #ad788a


#ad788a Border Color

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

This div border color is #ad788a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad788a


Comments

No comments written yet.

Please login to write comment.