Color Hex Logo

#a40809 Color Hex

#A40809
(164,8,9)
0 Favorites   0 Comments

Color spaces of #a40809

RGB 16489
HSL1.000.910.34
HSV360°95°64°
CMYK 0.000.950.95   0.36
XYZ15.44608.08591.0051
Yxy8.08590.62950.3295
Hunter Lab28.435747.196917.8093
CIE-Lab34.161156.641544.5301

#a40809 color RGB value is (164,8,9).

#a40809 hex color red value is 164, green value is 8 and the blue value of its RGB is 9. Cylindrical-coordinate representations (also known as HSL) of color #a40809 hue: 1.00 , saturation: 0.91 and the lightness value of a40809 is 0.34.

The process color (four color CMYK) of #a40809 color hex is 0.00, 0.95, 0.95, 0.36. Web safe color of #a40809 is #990000. Color #a40809 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 00001000 00001001
Octal 244 10 11
Decimal 164 8 9
Hex A4 8 9

RGB Percentages of Color #a40809

%90.61
%4.42
%4.97

CMYK Percentages of Color #a40809

%0
%95
%95
%36

Triadic Colors of #a40809

#a40809 #09a408 #0809a4

Analogous Colors of #a40809

#a40809 #a45508 #a40857

Monochromatic Colors of #a40809

#a40809

Complementary Color

#a40809 #08a4a3

#a40809 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a40809 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a40809 Color CSS Codes

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

#a40809 Text Font Color

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

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


#a40809 Background Color

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

This div background color is #a40809


#a40809 Border Color

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

This div border color is #a40809


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(164,8,9, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a40809; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a40809;
  -webkit-box-shadow: 1px 1px 3px 2px #a40809;
  box-shadow:         1px 1px 3px 2px #a40809; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(164,8,9, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a40809


Comments

No comments written yet.

Please login to write comment.