Color Hex Logo

#ad5373 Color Hex

#AD5373
(173,83,115)
0 Favorites   0 Comments

Color spaces of #ad5373

RGB 17383115
HSL0.940.350.50
HSV339°52°68°
CMYK 0.000.520.34   0.32
XYZ23.421316.308618.1331
Yxy16.30860.40480.2818
Hunter Lab40.383932.85211.6465
CIE-Lab47.376840.2929-0.7655

#ad5373 color RGB value is (173,83,115).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 01010011 01110011
Octal 255 123 163
Decimal 173 83 115
Hex AD 53 73

RGB Percentages of Color #ad5373

%46.63
%22.37
%31.00

CMYK Percentages of Color #ad5373

%0
%52
%34
%32

Triadic Colors of #ad5373

#ad5373 #73ad53 #5373ad

Analogous Colors of #ad5373

#ad5373 #ad6053 #ad53a0

Monochromatic Colors of #ad5373

#ad5373

Complementary Color

#ad5373 #53ad8d

#ad5373 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad5373 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad5373 Color CSS Codes

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

#ad5373 Text Font Color

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

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


#ad5373 Background Color

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

This div background color is #ad5373


#ad5373 Border Color

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

This div border color is #ad5373


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad5373


Comments

No comments written yet.

Please login to write comment.