Color Hex Logo

#a2481d Color Hex

#A2481D
(162,72,29)
0 Favorites   0 Comments

Color spaces of #a2481d

RGB 1627229
HSL0.050.700.37
HSV19°82°64°
CMYK 0.000.560.82   0.36
XYZ17.439412.40482.6376
Yxy12.40480.53690.3819
Hunter Lab35.220426.748520.2142
CIE-Lab41.852434.755841.8764

#a2481d color RGB value is (162,72,29).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100010 01001000 00011101
Octal 242 110 35
Decimal 162 72 29
Hex A2 48 1D

RGB Percentages of Color #a2481d

%61.60
%27.38
%11.03

CMYK Percentages of Color #a2481d

%0
%56
%82
%36

Triadic Colors of #a2481d

#a2481d #1da248 #481da2

Analogous Colors of #a2481d

#a2481d #a28b1d #a21d34

Monochromatic Colors of #a2481d

#a2481d

Complementary Color

#a2481d #1d77a2

#a2481d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a2481d Color Preview on White Background

Lorem ipsum dolor sit amet.

#a2481d Color CSS Codes

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

#a2481d Text Font Color

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

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


#a2481d Background Color

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

This div background color is #a2481d


#a2481d Border Color

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

This div border color is #a2481d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a2481d


Comments

No comments written yet.

Please login to write comment.