Color Hex Logo

#ad152e Color Hex

#AD152E
(173,21,46)
0 Favorites   0 Comments

Color spaces of #ad152e

RGB 1732146
HSL0.970.780.38
HSV350°88°68°
CMYK 0.000.880.73   0.32
XYZ17.99499.61783.4928
Yxy9.61780.57850.3092
Hunter Lab31.012649.301815.0313
CIE-Lab37.147558.020528.0858

#ad152e color RGB value is (173,21,46).

#ad152e hex color red value is 173, green value is 21 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #ad152e hue: 0.97 , saturation: 0.78 and the lightness value of ad152e is 0.38.

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 00010101 00101110
Octal 255 25 56
Decimal 173 21 46
Hex AD 15 2E

RGB Percentages of Color #ad152e

%72.08
%8.75
%19.17

CMYK Percentages of Color #ad152e

%0
%88
%73
%32

Triadic Colors of #ad152e

#ad152e #2ead15 #152ead

Analogous Colors of #ad152e

#ad152e #ad4815 #ad157a

Monochromatic Colors of #ad152e

#ad152e

Complementary Color

#ad152e #15ad94

#ad152e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad152e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad152e Color CSS Codes

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

#ad152e Text Font Color

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

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


#ad152e Background Color

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

This div background color is #ad152e


#ad152e Border Color

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

This div border color is #ad152e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad152e


Comments

No comments written yet.

Please login to write comment.