Color Hex Logo

#ad537f Color Hex

#AD537F
(173,83,127)
0 Favorites   0 Comments

Color spaces of #ad537f

RGB 17383127
HSL0.920.350.50
HSV331°52°68°
CMYK 0.000.520.27   0.32
XYZ24.157616.603122.0101
Yxy16.60310.38490.2645
Hunter Lab40.746934.5201-3.5036
CIE-Lab47.756041.9094-7.4531

#ad537f color RGB value is (173,83,127).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 01010011 01111111
Octal 255 123 177
Decimal 173 83 127
Hex AD 53 7F

RGB Percentages of Color #ad537f

%45.17
%21.67
%33.16

CMYK Percentages of Color #ad537f

%0
%52
%27
%32

Triadic Colors of #ad537f

#ad537f #7fad53 #537fad

Analogous Colors of #ad537f

#ad537f #ad5453 #ad53ac

Monochromatic Colors of #ad537f

#ad537f

Complementary Color

#ad537f #53ad81

#ad537f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad537f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad537f Color CSS Codes

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

#ad537f Text Font Color

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

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


#ad537f Background Color

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

This div background color is #ad537f


#ad537f Border Color

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

This div border color is #ad537f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad537f


Comments

No comments written yet.

Please login to write comment.