Color Hex Logo

#a42304 Color Hex

#A42304
(164,35,4)
0 Favorites   0 Comments

Color spaces of #a42304

RGB 164354
HSL0.030.950.33
HSV12°98°64°
CMYK 0.000.790.98   0.36
XYZ15.93289.10331.0322
Yxy9.10330.61120.3492
Hunter Lab30.171741.460319.0918
CIE-Lab36.182450.765947.6414

#a42304 color RGB value is (164,35,4).

#a42304 hex color red value is 164, green value is 35 and the blue value of its RGB is 4. Cylindrical-coordinate representations (also known as HSL) of color #a42304 hue: 0.03 , saturation: 0.95 and the lightness value of a42304 is 0.33.

The process color (four color CMYK) of #a42304 color hex is 0.00, 0.79, 0.98, 0.36. Web safe color of #a42304 is #993300. Color #a42304 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 00100011 00000100
Octal 244 43 4
Decimal 164 35 4
Hex A4 23 4

RGB Percentages of Color #a42304

%80.79
%17.24
%1.97

CMYK Percentages of Color #a42304

%0
%79
%98
%36

Triadic Colors of #a42304

#a42304 #04a423 #2304a4

Analogous Colors of #a42304

#a42304 #a47304 #a40435

Monochromatic Colors of #a42304

#a42304

Complementary Color

#a42304 #0485a4

#a42304 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a42304 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a42304 Color CSS Codes

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

#a42304 Text Font Color

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

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


#a42304 Background Color

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

This div background color is #a42304


#a42304 Border Color

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

This div border color is #a42304


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a42304


Comments

No comments written yet.

Please login to write comment.