Color Hex Logo

#ad3449 Color Hex

#AD3449
(173,52,73)
0 Favorites   0 Comments

Color spaces of #ad3449

RGB 1735273
HSL0.970.540.44
HSV350°70°68°
CMYK 0.000.700.58   0.32
XYZ19.664211.82137.5486
Yxy11.82130.50380.3028
Hunter Lab34.382141.921011.0504
CIE-Lab40.930750.330415.9954

#ad3449 color RGB value is (173,52,73).

#ad3449 hex color red value is 173, green value is 52 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #ad3449 hue: 0.97 , saturation: 0.54 and the lightness value of ad3449 is 0.44.

The process color (four color CMYK) of #ad3449 color hex is 0.00, 0.70, 0.58, 0.32. Web safe color of #ad3449 is #993333. Color #ad3449 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 00110100 01001001
Octal 255 64 111
Decimal 173 52 73
Hex AD 34 49

RGB Percentages of Color #ad3449

%58.05
%17.45
%24.50

CMYK Percentages of Color #ad3449

%0
%70
%58
%32

Triadic Colors of #ad3449

#ad3449 #49ad34 #3449ad

Analogous Colors of #ad3449

#ad3449 #ad5c34 #ad3486

Monochromatic Colors of #ad3449

#ad3449

Complementary Color

#ad3449 #34ad98

#ad3449 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad3449 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad3449 Color CSS Codes

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

#ad3449 Text Font Color

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

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


#ad3449 Background Color

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

This div background color is #ad3449


#ad3449 Border Color

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

This div border color is #ad3449


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad3449


Comments

No comments written yet.

Please login to write comment.