Color Hex Logo

#ad411b Color Hex

#AD411B
(173,65,27)
0 Favorites   0 Comments

Color spaces of #ad411b

RGB 1736527
HSL0.040.730.39
HSV16°84°68°
CMYK 0.000.620.84   0.32
XYZ19.321712.74402.4784
Yxy12.74400.55930.3689
Hunter Lab35.698734.139120.8729
CIE-Lab42.375042.378243.9660

#ad411b color RGB value is (173,65,27).

#ad411b hex color red value is 173, green value is 65 and the blue value of its RGB is 27. Cylindrical-coordinate representations (also known as HSL) of color #ad411b hue: 0.04 , saturation: 0.73 and the lightness value of ad411b is 0.39.

The process color (four color CMYK) of #ad411b color hex is 0.00, 0.62, 0.84, 0.32. Web safe color of #ad411b is #993333. Color #ad411b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 01000001 00011011
Octal 255 101 33
Decimal 173 65 27
Hex AD 41 1B

RGB Percentages of Color #ad411b

%65.28
%24.53
%10.19

CMYK Percentages of Color #ad411b

%0
%62
%84
%32

Triadic Colors of #ad411b

#ad411b #1bad41 #411bad

Analogous Colors of #ad411b

#ad411b #ad8a1b #ad1b3e

Monochromatic Colors of #ad411b

#ad411b

Complementary Color

#ad411b #1b87ad

#ad411b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad411b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad411b Color CSS Codes

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

#ad411b Text Font Color

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

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


#ad411b Background Color

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

This div background color is #ad411b


#ad411b Border Color

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

This div border color is #ad411b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad411b


Comments

No comments written yet.

Please login to write comment.