Color Hex Logo

#ad3a5d Color Hex

#AD3A5D
(173,58,93)
0 Favorites   0 Comments

Color spaces of #ad3a5d

RGB 1735893
HSL0.950.500.45
HSV342°66°68°
CMYK 0.000.660.46   0.32
XYZ20.722412.700711.7152
Yxy12.70070.45910.2814
Hunter Lab35.638041.42565.4564
CIE-Lab42.308849.60265.4077

#ad3a5d color RGB value is (173,58,93).

#ad3a5d hex color red value is 173, green value is 58 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #ad3a5d hue: 0.95 , saturation: 0.50 and the lightness value of ad3a5d is 0.45.

The process color (four color CMYK) of #ad3a5d color hex is 0.00, 0.66, 0.46, 0.32. Web safe color of #ad3a5d is #993366. Color #ad3a5d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 00111010 01011101
Octal 255 72 135
Decimal 173 58 93
Hex AD 3A 5D

RGB Percentages of Color #ad3a5d

%53.40
%17.90
%28.70

CMYK Percentages of Color #ad3a5d

%0
%66
%46
%32

Triadic Colors of #ad3a5d

#ad3a5d #5dad3a #3a5dad

Analogous Colors of #ad3a5d

#ad3a5d #ad513a #ad3a97

Monochromatic Colors of #ad3a5d

#ad3a5d

Complementary Color

#ad3a5d #3aad8a

#ad3a5d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad3a5d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad3a5d Color CSS Codes

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

#ad3a5d Text Font Color

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

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


#ad3a5d Background Color

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

This div background color is #ad3a5d


#ad3a5d Border Color

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

This div border color is #ad3a5d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad3a5d


Comments

No comments written yet.

Please login to write comment.