Color Hex Logo

#ad748b Color Hex

#AD748B
(173,116,139)
0 Favorites   0 Comments

Color spaces of #ad748b

RGB 173116139
HSL0.930.260.57
HSV336°33°68°
CMYK 0.000.330.20   0.32
XYZ28.139223.239127.4286
Yxy23.23910.35710.2949
Hunter Lab48.206919.83130.0103
CIE-Lab55.317825.8389-3.3503

#ad748b color RGB value is (173,116,139).

#ad748b hex color red value is 173, green value is 116 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #ad748b hue: 0.93 , saturation: 0.26 and the lightness value of ad748b is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 01110100 10001011
Octal 255 164 213
Decimal 173 116 139
Hex AD 74 8B

RGB Percentages of Color #ad748b

%40.42
%27.10
%32.48

CMYK Percentages of Color #ad748b

%0
%33
%20
%32

Triadic Colors of #ad748b

#ad748b #8bad74 #748bad

Analogous Colors of #ad748b

#ad748b #ad7a74 #ad74a8

Monochromatic Colors of #ad748b

#ad748b

Complementary Color

#ad748b #74ad96

#ad748b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad748b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad748b Color CSS Codes

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

#ad748b Text Font Color

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

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


#ad748b Background Color

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

This div background color is #ad748b


#ad748b Border Color

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

This div border color is #ad748b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad748b


Comments

No comments written yet.

Please login to write comment.