Color Hex Logo

#ad202e Color Hex

#AD202E
(173,32,46)
0 Favorites   0 Comments

Color spaces of #ad202e

RGB 1733246
HSL0.980.690.40
HSV354°82°68°
CMYK 0.000.820.73   0.32
XYZ18.243210.11453.5755
Yxy10.11450.57130.3167
Hunter Lab31.803346.736515.5966
CIE-Lab38.047155.457429.1392

#ad202e color RGB value is (173,32,46).

#ad202e hex color red value is 173, green value is 32 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #ad202e hue: 0.98 , saturation: 0.69 and the lightness value of ad202e is 0.40.

The process color (four color CMYK) of #ad202e color hex is 0.00, 0.82, 0.73, 0.32. Web safe color of #ad202e is #993333. Color #ad202e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 00100000 00101110
Octal 255 40 56
Decimal 173 32 46
Hex AD 20 2E

RGB Percentages of Color #ad202e

%68.92
%12.75
%18.33

CMYK Percentages of Color #ad202e

%0
%82
%73
%32

Triadic Colors of #ad202e

#ad202e #2ead20 #202ead

Analogous Colors of #ad202e

#ad202e #ad5820 #ad2075

Monochromatic Colors of #ad202e

#ad202e

Complementary Color

#ad202e #20ad9f

#ad202e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad202e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad202e Color CSS Codes

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

#ad202e Text Font Color

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

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


#ad202e Background Color

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

This div background color is #ad202e


#ad202e Border Color

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

This div border color is #ad202e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad202e


Comments

No comments written yet.

Please login to write comment.