Color Hex Logo

#ad082c Color Hex

#AD082C
(173,8,44)
0 Favorites   0 Comments

Color spaces of #ad082c

RGB 173844
HSL0.960.910.35
HSV347°95°68°
CMYK 0.000.950.75   0.32
XYZ17.77509.23983.2295
Yxy9.23980.58770.3055
Hunter Lab30.397051.185014.9787
CIE-Lab36.442059.887628.5080

#ad082c color RGB value is (173,8,44).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 00001000 00101100
Octal 255 10 54
Decimal 173 8 44
Hex AD 8 2C

RGB Percentages of Color #ad082c

%76.89
%3.56
%19.56

CMYK Percentages of Color #ad082c

%0
%95
%75
%32

Triadic Colors of #ad082c

#ad082c #2cad08 #082cad

Analogous Colors of #ad082c

#ad082c #ad3608 #ad087f

Monochromatic Colors of #ad082c

#ad082c

Complementary Color

#ad082c #08ad89

#ad082c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad082c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad082c Color CSS Codes

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

#ad082c Text Font Color

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

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


#ad082c Background Color

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

This div background color is #ad082c


#ad082c Border Color

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

This div border color is #ad082c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad082c


Comments

No comments written yet.

Please login to write comment.