Color Hex Logo

#ad537d Color Hex

#AD537D
(173,83,125)
0 Favorites   0 Comments

Color spaces of #ad537d

RGB 17383125
HSL0.920.350.50
HSV332°52°68°
CMYK 0.000.520.28   0.32
XYZ24.028516.551421.3303
Yxy16.55140.38810.2673
Hunter Lab40.683434.2300-2.6073
CIE-Lab47.689841.6297-6.3463

#ad537d color RGB value is (173,83,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 01010011 01111101
Octal 255 123 175
Decimal 173 83 125
Hex AD 53 7D

RGB Percentages of Color #ad537d

%45.41
%21.78
%32.81

CMYK Percentages of Color #ad537d

%0
%52
%28
%32

Triadic Colors of #ad537d

#ad537d #7dad53 #537dad

Analogous Colors of #ad537d

#ad537d #ad5653 #ad53aa

Monochromatic Colors of #ad537d

#ad537d

Complementary Color

#ad537d #53ad83

#ad537d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad537d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad537d Color CSS Codes

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

#ad537d Text Font Color

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

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


#ad537d Background Color

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

This div background color is #ad537d


#ad537d Border Color

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

This div border color is #ad537d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad537d


Comments

No comments written yet.

Please login to write comment.