Color Hex Logo

#ad799b Color Hex

#AD799B
(173,121,155)
0 Favorites   0 Comments

Color spaces of #ad799b

RGB 173121155
HSL0.890.240.58
HSV321°30°68°
CMYK 0.000.300.10   0.32
XYZ29.987324.925534.2410
Yxy24.92550.33640.2796
Hunter Lab49.925419.8450-5.7158
CIE-Lab57.002825.7173-10.1394

#ad799b color RGB value is (173,121,155).

#ad799b hex color red value is 173, green value is 121 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #ad799b hue: 0.89 , saturation: 0.24 and the lightness value of ad799b is 0.58.

The process color (four color CMYK) of #ad799b color hex is 0.00, 0.30, 0.10, 0.32. Web safe color of #ad799b is #996699. Color #ad799b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 01111001 10011011
Octal 255 171 233
Decimal 173 121 155
Hex AD 79 9B

RGB Percentages of Color #ad799b

%38.53
%26.95
%34.52

CMYK Percentages of Color #ad799b

%0
%30
%10
%32

Triadic Colors of #ad799b

#ad799b #9bad79 #799bad

Analogous Colors of #ad799b

#ad799b #ad7981 #a579ad

Monochromatic Colors of #ad799b

#ad799b

Complementary Color

#ad799b #79ad8b

#ad799b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad799b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad799b Color CSS Codes

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

#ad799b Text Font Color

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

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


#ad799b Background Color

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

This div background color is #ad799b


#ad799b Border Color

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

This div border color is #ad799b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad799b


Comments

No comments written yet.

Please login to write comment.