Color Hex Logo

#ad3942 Color Hex

#AD3942
(173,57,66)
0 Favorites   0 Comments

Color spaces of #ad3942

RGB 1735766
HSL0.990.500.45
HSV355°67°68°
CMYK 0.000.670.62   0.32
XYZ19.680112.20386.4726
Yxy12.20380.51310.3182
Hunter Lab34.933939.423913.4684
CIE-Lab41.538247.791521.1484

#ad3942 color RGB value is (173,57,66).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 00111001 01000010
Octal 255 71 102
Decimal 173 57 66
Hex AD 39 42

RGB Percentages of Color #ad3942

%58.45
%19.26
%22.30

CMYK Percentages of Color #ad3942

%0
%67
%62
%32

Triadic Colors of #ad3942

#ad3942 #42ad39 #3942ad

Analogous Colors of #ad3942

#ad3942 #ad6a39 #ad397c

Monochromatic Colors of #ad3942

#ad3942

Complementary Color

#ad3942 #39ada4

#ad3942 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad3942 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad3942 Color CSS Codes

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

#ad3942 Text Font Color

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

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


#ad3942 Background Color

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

This div background color is #ad3942


#ad3942 Border Color

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

This div border color is #ad3942


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad3942


Comments

No comments written yet.

Please login to write comment.