Color Hex Logo

#a2401d Color Hex

#A2401D
(162,64,29)
0 Favorites   0 Comments

Color spaces of #a2401d

RGB 1626429
HSL0.040.700.37
HSV16°82°64°
CMYK 0.000.600.82   0.36
XYZ16.955511.43692.4763
Yxy11.43690.54930.3705
Hunter Lab33.818530.311819.3315
CIE-Lab40.306838.765340.4162

#a2401d color RGB value is (162,64,29).

#a2401d hex color red value is 162, green value is 64 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #a2401d hue: 0.04 , saturation: 0.70 and the lightness value of a2401d is 0.37.

The process color (four color CMYK) of #a2401d color hex is 0.00, 0.60, 0.82, 0.36. Web safe color of #a2401d is #993333. Color #a2401d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 01000000 00011101
Octal 242 100 35
Decimal 162 64 29
Hex A2 40 1D

RGB Percentages of Color #a2401d

%63.53
%25.10
%11.37

CMYK Percentages of Color #a2401d

%0
%60
%82
%36

Triadic Colors of #a2401d

#a2401d #1da240 #401da2

Analogous Colors of #a2401d

#a2401d #a2831d #a21d3c

Monochromatic Colors of #a2401d

#a2401d

Complementary Color

#a2401d #1d7fa2

#a2401d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a2401d Color Preview on White Background

Lorem ipsum dolor sit amet.

#a2401d Color CSS Codes

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

#a2401d Text Font Color

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

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


#a2401d Background Color

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

This div background color is #a2401d


#a2401d Border Color

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

This div border color is #a2401d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(162,64,29, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a2401d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a2401d;
  -webkit-box-shadow: 1px 1px 3px 2px #a2401d;
  box-shadow:         1px 1px 3px 2px #a2401d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a2401d


Comments

No comments written yet.

Please login to write comment.