Color Hex Logo

#ad537b Color Hex

#AD537B
(173,83,123)
0 Favorites   0 Comments

Color spaces of #ad537b

RGB 17383123
HSL0.930.350.50
HSV333°52°68°
CMYK 0.000.520.29   0.32
XYZ23.902016.500820.6641
Yxy16.50080.39140.2702
Hunter Lab40.621233.9445-1.7262
CIE-Lab47.624841.3540-5.2362

#ad537b color RGB value is (173,83,123).

#ad537b hex color red value is 173, green value is 83 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #ad537b hue: 0.93 , saturation: 0.35 and the lightness value of ad537b is 0.50.

The process color (four color CMYK) of #ad537b color hex is 0.00, 0.52, 0.29, 0.32. Web safe color of #ad537b is #996666. Color #ad537b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 01010011 01111011
Octal 255 123 173
Decimal 173 83 123
Hex AD 53 7B

RGB Percentages of Color #ad537b

%45.65
%21.90
%32.45

CMYK Percentages of Color #ad537b

%0
%52
%29
%32

Triadic Colors of #ad537b

#ad537b #7bad53 #537bad

Analogous Colors of #ad537b

#ad537b #ad5853 #ad53a8

Monochromatic Colors of #ad537b

#ad537b

Complementary Color

#ad537b #53ad85

#ad537b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad537b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad537b Color CSS Codes

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

#ad537b Text Font Color

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

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


#ad537b Background Color

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

This div background color is #ad537b


#ad537b Border Color

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

This div border color is #ad537b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad537b


Comments

No comments written yet.

Please login to write comment.