Color Hex Logo

#ad144a Color Hex

#AD144A
(173,20,74)
0 Favorites   0 Comments

Color spaces of #ad144a

RGB 1732074
HSL0.940.790.38
HSV339°88°68°
CMYK 0.000.880.57   0.32
XYZ18.71989.87907.3988
Yxy9.87900.52000.2744
Hunter Lab31.430951.30818.0448
CIE-Lab37.624459.769710.8420

#ad144a color RGB value is (173,20,74).

#ad144a hex color red value is 173, green value is 20 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #ad144a hue: 0.94 , saturation: 0.79 and the lightness value of ad144a is 0.38.

The process color (four color CMYK) of #ad144a color hex is 0.00, 0.88, 0.57, 0.32. Web safe color of #ad144a is #990033. Color #ad144a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 00010100 01001010
Octal 255 24 112
Decimal 173 20 74
Hex AD 14 4A

RGB Percentages of Color #ad144a

%64.79
%7.49
%27.72

CMYK Percentages of Color #ad144a

%0
%88
%57
%32

Triadic Colors of #ad144a

#ad144a #4aad14 #144aad

Analogous Colors of #ad144a

#ad144a #ad2a14 #ad1497

Monochromatic Colors of #ad144a

#ad144a

Complementary Color

#ad144a #14ad77

#ad144a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad144a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad144a Color CSS Codes

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

#ad144a Text Font Color

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

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


#ad144a Background Color

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

This div background color is #ad144a


#ad144a Border Color

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

This div border color is #ad144a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(173,20,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 #ad144a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad144a


Comments

No comments written yet.

Please login to write comment.