Color Hex Logo

#ad144f Color Hex

#AD144F
(173,20,79)
0 Favorites   0 Comments

Color spaces of #ad144f

RGB 1732079
HSL0.940.790.38
HSV337°88°68°
CMYK 0.000.880.54   0.32
XYZ18.89509.94918.3216
Yxy9.94910.50840.2677
Hunter Lab31.542251.72966.4374
CIE-Lab37.750960.12907.7992

#ad144f color RGB value is (173,20,79).

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

The process color (four color CMYK) of #ad144f color hex is 0.00, 0.88, 0.54, 0.32. Web safe color of #ad144f is #990066. Color #ad144f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 00010100 01001111
Octal 255 24 117
Decimal 173 20 79
Hex AD 14 4F

RGB Percentages of Color #ad144f

%63.60
%7.35
%29.04

CMYK Percentages of Color #ad144f

%0
%88
%54
%32

Triadic Colors of #ad144f

#ad144f #4fad14 #144fad

Analogous Colors of #ad144f

#ad144f #ad2614 #ad149c

Monochromatic Colors of #ad144f

#ad144f

Complementary Color

#ad144f #14ad72

#ad144f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad144f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad144f Color CSS Codes

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

#ad144f Text Font Color

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

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


#ad144f Background Color

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

This div background color is #ad144f


#ad144f Border Color

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

This div border color is #ad144f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad144f


Comments

No comments written yet.

Please login to write comment.