Color Hex Logo

#ad2515 Color Hex

#AD2515
(173,37,21)
0 Favorites   0 Comments

Color spaces of #ad2515

RGB 1733721
HSL0.020.780.38
HSV88°68°
CMYK 0.000.790.88   0.32
XYZ18.030510.26151.7398
Yxy10.26150.60040.3417
Hunter Lab32.033644.412219.2034
CIE-Lab38.307753.208943.2596

#ad2515 color RGB value is (173,37,21).

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

The process color (four color CMYK) of #ad2515 color hex is 0.00, 0.79, 0.88, 0.32. Web safe color of #ad2515 is #993300. Color #ad2515 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 00100101 00010101
Octal 255 45 25
Decimal 173 37 21
Hex AD 25 15

RGB Percentages of Color #ad2515

%74.89
%16.02
%9.09

CMYK Percentages of Color #ad2515

%0
%79
%88
%32

Triadic Colors of #ad2515

#ad2515 #15ad25 #2515ad

Analogous Colors of #ad2515

#ad2515 #ad7115 #ad1551

Monochromatic Colors of #ad2515

#ad2515

Complementary Color

#ad2515 #159dad

#ad2515 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad2515 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad2515 Color CSS Codes

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

#ad2515 Text Font Color

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

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


#ad2515 Background Color

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

This div background color is #ad2515


#ad2515 Border Color

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

This div border color is #ad2515


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad2515


Comments

No comments written yet.

Please login to write comment.