Color Hex Logo

#ad131a Color Hex

#AD131A
(173,19,26)
0 Favorites   0 Comments

Color spaces of #ad131a

RGB 1731926
HSL0.990.800.38
HSV357°89°68°
CMYK 0.000.890.85   0.32
XYZ17.65299.42461.8660
Yxy9.42460.60990.3256
Hunter Lab30.699548.917317.8859
CIE-Lab36.789357.734339.4519

#ad131a color RGB value is (173,19,26).

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

The process color (four color CMYK) of #ad131a color hex is 0.00, 0.89, 0.85, 0.32. Web safe color of #ad131a is #990033. Color #ad131a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 00010011 00011010
Octal 255 23 32
Decimal 173 19 26
Hex AD 13 1A

RGB Percentages of Color #ad131a

%79.36
%8.72
%11.93

CMYK Percentages of Color #ad131a

%0
%89
%85
%32

Triadic Colors of #ad131a

#ad131a #1aad13 #131aad

Analogous Colors of #ad131a

#ad131a #ad5913 #ad1367

Monochromatic Colors of #ad131a

#ad131a

Complementary Color

#ad131a #13ada6

#ad131a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad131a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad131a Color CSS Codes

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

#ad131a Text Font Color

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

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


#ad131a Background Color

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

This div background color is #ad131a


#ad131a Border Color

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

This div border color is #ad131a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad131a


Comments

No comments written yet.

Please login to write comment.