Color Hex Logo

#ad152d Color Hex

#AD152D
(173,21,45)
0 Favorites   0 Comments

Color spaces of #ad152d

RGB 1732145
HSL0.970.780.38
HSV351°88°68°
CMYK 0.000.880.74   0.32
XYZ17.97549.61003.3901
Yxy9.61000.58030.3102
Hunter Lab31.000049.253515.2162
CIE-Lab37.133257.978728.6901

#ad152d color RGB value is (173,21,45).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 00010101 00101101
Octal 255 25 55
Decimal 173 21 45
Hex AD 15 2D

RGB Percentages of Color #ad152d

%72.38
%8.79
%18.83

CMYK Percentages of Color #ad152d

%0
%88
%74
%32

Triadic Colors of #ad152d

#ad152d #2dad15 #152dad

Analogous Colors of #ad152d

#ad152d #ad4915 #ad1579

Monochromatic Colors of #ad152d

#ad152d

Complementary Color

#ad152d #15ad95

#ad152d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad152d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad152d Color CSS Codes

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

#ad152d Text Font Color

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

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


#ad152d Background Color

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

This div background color is #ad152d


#ad152d Border Color

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

This div border color is #ad152d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad152d


Comments

No comments written yet.

Please login to write comment.