Color Hex Logo

#ad041e Color Hex

#AD041E
(173,4,30)
0 Favorites   0 Comments

Color spaces of #ad041e

RGB 173430
HSL0.970.950.35
HSV351°98°68°
CMYK 0.000.980.83   0.32
XYZ17.51139.06482.0550
Yxy9.06480.61160.3166
Hunter Lab30.107851.130517.0286
CIE-Lab36.108859.902736.5934

#ad041e color RGB value is (173,4,30).

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

The process color (four color CMYK) of #ad041e color hex is 0.00, 0.98, 0.83, 0.32. Web safe color of #ad041e is #990033. Color #ad041e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 00000100 00011110
Octal 255 4 36
Decimal 173 4 30
Hex AD 4 1E

RGB Percentages of Color #ad041e

%83.57
%1.93
%14.49

CMYK Percentages of Color #ad041e

%0
%98
%83
%32

Triadic Colors of #ad041e

#ad041e #1ead04 #041ead

Analogous Colors of #ad041e

#ad041e #ad3f04 #ad0473

Monochromatic Colors of #ad041e

#ad041e

Complementary Color

#ad041e #04ad93

#ad041e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad041e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad041e Color CSS Codes

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

#ad041e Text Font Color

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

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


#ad041e Background Color

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

This div background color is #ad041e


#ad041e Border Color

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

This div border color is #ad041e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad041e


Comments

No comments written yet.

Please login to write comment.