Color Hex Logo

#ad7b8e Color Hex

#AD7B8E
(173,123,142)
0 Favorites   0 Comments

Color spaces of #ad7b8e

RGB 173123142
HSL0.940.230.58
HSV337°29°68°
CMYK 0.000.290.18   0.32
XYZ29.199025.003128.8783
Yxy25.00310.35150.3010
Hunter Lab50.003116.72850.7604
CIE-Lab57.078422.3819-2.5019

#ad7b8e color RGB value is (173,123,142).

#ad7b8e hex color red value is 173, green value is 123 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #ad7b8e hue: 0.94 , saturation: 0.23 and the lightness value of ad7b8e is 0.58.

The process color (four color CMYK) of #ad7b8e color hex is 0.00, 0.29, 0.18, 0.32. Web safe color of #ad7b8e is #996699. Color #ad7b8e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 01111011 10001110
Octal 255 173 216
Decimal 173 123 142
Hex AD 7B 8E

RGB Percentages of Color #ad7b8e

%39.50
%28.08
%32.42

CMYK Percentages of Color #ad7b8e

%0
%29
%18
%32

Triadic Colors of #ad7b8e

#ad7b8e #8ead7b #7b8ead

Analogous Colors of #ad7b8e

#ad7b8e #ad817b #ad7ba7

Monochromatic Colors of #ad7b8e

#ad7b8e

Complementary Color

#ad7b8e #7bad9a

#ad7b8e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad7b8e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad7b8e Color CSS Codes

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

#ad7b8e Text Font Color

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

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


#ad7b8e Background Color

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

This div background color is #ad7b8e


#ad7b8e Border Color

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

This div border color is #ad7b8e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad7b8e


Comments

No comments written yet.

Please login to write comment.