Color Hex Logo

#ad373e Color Hex

#AD373E
(173,55,62)
0 Favorites   0 Comments

Color spaces of #ad373e

RGB 1735562
HSL0.990.520.45
HSV356°68°68°
CMYK 0.000.680.64   0.32
XYZ19.469311.96445.8406
Yxy11.96440.52230.3210
Hunter Lab34.589639.939814.2013
CIE-Lab41.159548.364023.1234

#ad373e color RGB value is (173,55,62).

#ad373e hex color red value is 173, green value is 55 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #ad373e hue: 0.99 , saturation: 0.52 and the lightness value of ad373e is 0.45.

The process color (four color CMYK) of #ad373e color hex is 0.00, 0.68, 0.64, 0.32. Web safe color of #ad373e is #993333. Color #ad373e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 00110111 00111110
Octal 255 67 76
Decimal 173 55 62
Hex AD 37 3E

RGB Percentages of Color #ad373e

%59.66
%18.97
%21.38

CMYK Percentages of Color #ad373e

%0
%68
%64
%32

Triadic Colors of #ad373e

#ad373e #3ead37 #373ead

Analogous Colors of #ad373e

#ad373e #ad6b37 #ad3779

Monochromatic Colors of #ad373e

#ad373e

Complementary Color

#ad373e #37ada6

#ad373e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad373e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad373e Color CSS Codes

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

#ad373e Text Font Color

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

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


#ad373e Background Color

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

This div background color is #ad373e


#ad373e Border Color

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

This div border color is #ad373e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad373e

#ad373e Color Palettes


Comments

No comments written yet.

Please login to write comment.