Color Hex Logo

#a81420 Color Hex

#A81420
(168,20,32)
0 Favorites   0 Comments

Color spaces of #a81420

RGB 1682032
HSL0.990.790.37
HSV355°88°66°
CMYK 0.000.880.81   0.34
XYZ16.65938.92942.2120
Yxy8.92940.59920.3212
Hunter Lab29.882147.220216.5286
CIE-Lab35.848056.335534.8209

#a81420 color RGB value is (168,20,32).

#a81420 hex color red value is 168, green value is 20 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #a81420 hue: 0.99 , saturation: 0.79 and the lightness value of a81420 is 0.37.

The process color (four color CMYK) of #a81420 color hex is 0.00, 0.88, 0.81, 0.34. Web safe color of #a81420 is #990033. Color #a81420 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 00010100 00100000
Octal 250 24 40
Decimal 168 20 32
Hex A8 14 20

RGB Percentages of Color #a81420

%76.36
%9.09
%14.55

CMYK Percentages of Color #a81420

%0
%88
%81
%34

Triadic Colors of #a81420

#a81420 #20a814 #1420a8

Analogous Colors of #a81420

#a81420 #a85214 #a8146a

Monochromatic Colors of #a81420

#a81420

Complementary Color

#a81420 #14a89c

#a81420 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a81420 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a81420 Color CSS Codes

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

#a81420 Text Font Color

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

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


#a81420 Background Color

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

This div background color is #a81420


#a81420 Border Color

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

This div border color is #a81420


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(168,20,32, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a81420; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a81420;
  -webkit-box-shadow: 1px 1px 3px 2px #a81420;
  box-shadow:         1px 1px 3px 2px #a81420; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a81420


Comments

No comments written yet.

Please login to write comment.