Color Hex Logo

#ad879b Color Hex

#AD879B
(173,135,155)
0 Favorites   0 Comments

Color spaces of #ad879b

RGB 173135155
HSL0.910.190.60
HSV328°22°68°
CMYK 0.000.220.10   0.32
XYZ31.813928.578734.8498
Yxy28.57870.33400.3001
Hunter Lab53.459012.6734-1.2296
CIE-Lab60.408017.8150-5.0696

#ad879b color RGB value is (173,135,155).

#ad879b hex color red value is 173, green value is 135 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #ad879b hue: 0.91 , saturation: 0.19 and the lightness value of ad879b is 0.60.

The process color (four color CMYK) of #ad879b color hex is 0.00, 0.22, 0.10, 0.32. Web safe color of #ad879b is #999999. Color #ad879b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10000111 10011011
Octal 255 207 233
Decimal 173 135 155
Hex AD 87 9B

RGB Percentages of Color #ad879b

%37.37
%29.16
%33.48

CMYK Percentages of Color #ad879b

%0
%22
%10
%32

Triadic Colors of #ad879b

#ad879b #9bad87 #879bad

Analogous Colors of #ad879b

#ad879b #ad8788 #ac87ad

Monochromatic Colors of #ad879b

#ad879b

Complementary Color

#ad879b #87ad99

#ad879b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad879b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad879b Color CSS Codes

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

#ad879b Text Font Color

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

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


#ad879b Background Color

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

This div background color is #ad879b


#ad879b Border Color

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

This div border color is #ad879b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad879b


Comments

No comments written yet.

Please login to write comment.