Color Hex Logo

#ad392e Color Hex

#AD392E
(173,57,46)
0 Favorites   0 Comments

Color spaces of #ad392e

RGB 1735746
HSL0.010.580.43
HSV73°68°
CMYK 0.000.670.73   0.32
XYZ19.189812.00773.8911
Yxy12.00770.54690.3422
Hunter Lab34.652138.209217.5988
CIE-Lab41.228446.649932.7925

#ad392e color RGB value is (173,57,46).

#ad392e hex color red value is 173, green value is 57 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #ad392e hue: 0.01 , saturation: 0.58 and the lightness value of ad392e is 0.43.

The process color (four color CMYK) of #ad392e color hex is 0.00, 0.67, 0.73, 0.32. Web safe color of #ad392e is #993333. Color #ad392e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 00111001 00101110
Octal 255 71 56
Decimal 173 57 46
Hex AD 39 2E

RGB Percentages of Color #ad392e

%62.68
%20.65
%16.67

CMYK Percentages of Color #ad392e

%0
%67
%73
%32

Triadic Colors of #ad392e

#ad392e #2ead39 #392ead

Analogous Colors of #ad392e

#ad392e #ad792e #ad2e63

Monochromatic Colors of #ad392e

#ad392e

Complementary Color

#ad392e #2ea2ad

#ad392e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad392e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad392e Color CSS Codes

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

#ad392e Text Font Color

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

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


#ad392e Background Color

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

This div background color is #ad392e


#ad392e Border Color

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

This div border color is #ad392e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad392e


Comments

No comments written yet.

Please login to write comment.