Color Hex Logo

#ad424a Color Hex

#AD424A
(173,66,74)
0 Favorites   0 Comments

Color spaces of #ad424a

RGB 1736674
HSL0.990.450.47
HSV356°62°68°
CMYK 0.000.620.57   0.32
XYZ20.417813.27517.9648
Yxy13.27510.49010.3187
Hunter Lab36.435036.268312.5435
CIE-Lab43.174944.387718.3816

#ad424a color RGB value is (173,66,74).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 01000010 01001010
Octal 255 102 112
Decimal 173 66 74
Hex AD 42 4A

RGB Percentages of Color #ad424a

%55.27
%21.09
%23.64

CMYK Percentages of Color #ad424a

%0
%62
%57
%32

Triadic Colors of #ad424a

#ad424a #4aad42 #424aad

Analogous Colors of #ad424a

#ad424a #ad7042 #ad4280

Monochromatic Colors of #ad424a

#ad424a

Complementary Color

#ad424a #42ada5

#ad424a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad424a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad424a Color CSS Codes

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

#ad424a Text Font Color

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

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


#ad424a Background Color

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

This div background color is #ad424a


#ad424a Border Color

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

This div border color is #ad424a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad424a


Comments

No comments written yet.

Please login to write comment.