Color Hex Logo

#ad1315 Color Hex

#AD1315
(173,19,21)
0 Favorites   0 Comments

Color spaces of #ad1315

RGB 1731921
HSL1.000.800.38
HSV359°89°68°
CMYK 0.000.890.88   0.32
XYZ17.60189.40411.5969
Yxy9.40410.61540.3288
Hunter Lab30.666148.790118.3788
CIE-Lab36.751057.623941.9943

#ad1315 color RGB value is (173,19,21).

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

The process color (four color CMYK) of #ad1315 color hex is 0.00, 0.89, 0.88, 0.32. Web safe color of #ad1315 is #990000. Color #ad1315 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 00010011 00010101
Octal 255 23 25
Decimal 173 19 21
Hex AD 13 15

RGB Percentages of Color #ad1315

%81.22
%8.92
%9.86

CMYK Percentages of Color #ad1315

%0
%89
%88
%32

Triadic Colors of #ad1315

#ad1315 #15ad13 #1315ad

Analogous Colors of #ad1315

#ad1315 #ad5e13 #ad1362

Monochromatic Colors of #ad1315

#ad1315

Complementary Color

#ad1315 #13adab

#ad1315 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad1315 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad1315 Color CSS Codes

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

#ad1315 Text Font Color

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

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


#ad1315 Background Color

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

This div background color is #ad1315


#ad1315 Border Color

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

This div border color is #ad1315


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad1315


Comments

No comments written yet.

Please login to write comment.