Color Hex Logo

#ad5376 Color Hex

#AD5376
(173,83,118)
0 Favorites   0 Comments

Color spaces of #ad5376

RGB 17383118
HSL0.940.350.50
HSV337°52°68°
CMYK 0.000.520.32   0.32
XYZ23.596916.378819.0573
Yxy16.37880.39970.2775
Hunter Lab40.470733.25260.4104
CIE-Lab47.467640.6830-2.4474

#ad5376 color RGB value is (173,83,118).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 01010011 01110110
Octal 255 123 166
Decimal 173 83 118
Hex AD 53 76

RGB Percentages of Color #ad5376

%46.26
%22.19
%31.55

CMYK Percentages of Color #ad5376

%0
%52
%32
%32

Triadic Colors of #ad5376

#ad5376 #76ad53 #5376ad

Analogous Colors of #ad5376

#ad5376 #ad5d53 #ad53a3

Monochromatic Colors of #ad5376

#ad5376

Complementary Color

#ad5376 #53ad8a

#ad5376 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad5376 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad5376 Color CSS Codes

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

#ad5376 Text Font Color

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

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


#ad5376 Background Color

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

This div background color is #ad5376


#ad5376 Border Color

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

This div border color is #ad5376


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad5376


Comments

No comments written yet.

Please login to write comment.