Color Hex Logo

#ad144b Color Hex

#AD144B
(173,20,75)
0 Favorites   0 Comments

Color spaces of #ad144b

RGB 1732075
HSL0.940.790.38
HSV338°88°68°
CMYK 0.000.880.57   0.32
XYZ18.75379.89257.5776
Yxy9.89250.51770.2731
Hunter Lab31.452351.39047.7323
CIE-Lab37.648859.840010.2319

#ad144b color RGB value is (173,20,75).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 00010100 01001011
Octal 255 24 113
Decimal 173 20 75
Hex AD 14 4B

RGB Percentages of Color #ad144b

%64.55
%7.46
%27.99

CMYK Percentages of Color #ad144b

%0
%88
%57
%32

Triadic Colors of #ad144b

#ad144b #4bad14 #144bad

Analogous Colors of #ad144b

#ad144b #ad2914 #ad1498

Monochromatic Colors of #ad144b

#ad144b

Complementary Color

#ad144b #14ad76

#ad144b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad144b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad144b Color CSS Codes

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

#ad144b Text Font Color

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

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


#ad144b Background Color

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

This div background color is #ad144b


#ad144b Border Color

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

This div border color is #ad144b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad144b


Comments

No comments written yet.

Please login to write comment.