Color Hex Logo

#a2481c Color Hex

#A2481C
(162,72,28)
0 Favorites   0 Comments

Color spaces of #a2481c

RGB 1627228
HSL0.050.710.37
HSV20°83°64°
CMYK 0.000.560.83   0.36
XYZ17.427312.40002.5735
Yxy12.40000.53790.3827
Hunter Lab35.213626.716220.3165
CIE-Lab41.844934.722242.3362

#a2481c color RGB value is (162,72,28).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100010 01001000 00011100
Octal 242 110 34
Decimal 162 72 28
Hex A2 48 1C

RGB Percentages of Color #a2481c

%61.83
%27.48
%10.69

CMYK Percentages of Color #a2481c

%0
%56
%83
%36

Triadic Colors of #a2481c

#a2481c #1ca248 #481ca2

Analogous Colors of #a2481c

#a2481c #a28b1c #a21c33

Monochromatic Colors of #a2481c

#a2481c

Complementary Color

#a2481c #1c76a2

#a2481c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a2481c Color Preview on White Background

Lorem ipsum dolor sit amet.

#a2481c Color CSS Codes

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

#a2481c Text Font Color

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

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


#a2481c Background Color

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

This div background color is #a2481c


#a2481c Border Color

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

This div border color is #a2481c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a2481c


Comments

No comments written yet.

Please login to write comment.