Color Hex Logo

#ad082a Color Hex

#AD082A
(173,8,42)
0 Favorites   0 Comments

Color spaces of #ad082a

RGB 173842
HSL0.970.910.35
HSV348°95°68°
CMYK 0.000.950.76   0.32
XYZ17.73839.22513.0362
Yxy9.22510.59130.3075
Hunter Lab30.372851.094815.3341
CIE-Lab36.414159.810629.7207

#ad082a color RGB value is (173,8,42).

#ad082a hex color red value is 173, green value is 8 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #ad082a hue: 0.97 , saturation: 0.91 and the lightness value of ad082a is 0.35.

The process color (four color CMYK) of #ad082a color hex is 0.00, 0.95, 0.76, 0.32. Web safe color of #ad082a is #990033. Color #ad082a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 00001000 00101010
Octal 255 10 52
Decimal 173 8 42
Hex AD 8 2A

RGB Percentages of Color #ad082a

%77.58
%3.59
%18.83

CMYK Percentages of Color #ad082a

%0
%95
%76
%32

Triadic Colors of #ad082a

#ad082a #2aad08 #082aad

Analogous Colors of #ad082a

#ad082a #ad3908 #ad087d

Monochromatic Colors of #ad082a

#ad082a

Complementary Color

#ad082a #08ad8b

#ad082a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad082a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad082a Color CSS Codes

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

#ad082a Text Font Color

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

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


#ad082a Background Color

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

This div background color is #ad082a


#ad082a Border Color

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

This div border color is #ad082a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad082a


Comments

No comments written yet.

Please login to write comment.