Color Hex Logo

#ad122e Color Hex

#AD122E
(173,18,46)
0 Favorites   0 Comments

Color spaces of #ad122e

RGB 1731846
HSL0.970.810.37
HSV349°90°68°
CMYK 0.000.900.73   0.32
XYZ17.94309.51413.4755
Yxy9.51410.58010.3076
Hunter Lab30.844949.857714.9109
CIE-Lab36.955858.570527.8604

#ad122e color RGB value is (173,18,46).

#ad122e hex color red value is 173, green value is 18 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #ad122e hue: 0.97 , saturation: 0.81 and the lightness value of ad122e is 0.37.

The process color (four color CMYK) of #ad122e color hex is 0.00, 0.90, 0.73, 0.32. Web safe color of #ad122e is #990033. Color #ad122e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 00010010 00101110
Octal 255 22 56
Decimal 173 18 46
Hex AD 12 2E

RGB Percentages of Color #ad122e

%73.00
%7.59
%19.41

CMYK Percentages of Color #ad122e

%0
%90
%73
%32

Triadic Colors of #ad122e

#ad122e #2ead12 #122ead

Analogous Colors of #ad122e

#ad122e #ad4312 #ad127c

Monochromatic Colors of #ad122e

#ad122e

Complementary Color

#ad122e #12ad91

#ad122e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad122e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad122e Color CSS Codes

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

#ad122e Text Font Color

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

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


#ad122e Background Color

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

This div background color is #ad122e


#ad122e Border Color

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

This div border color is #ad122e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(173,18,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 #ad122e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad122e


Comments

No comments written yet.

Please login to write comment.