Color Hex Logo

#a71304 Color Hex

#A71304
(167,19,4)
0 Favorites   0 Comments

Color spaces of #a71304

RGB 167194
HSL0.020.950.34
HSV98°65°
CMYK 0.000.890.98   0.35
XYZ16.19118.69000.9388
Yxy8.69000.62710.3366
Hunter Lab29.478846.452418.7470
CIE-Lab35.380555.704547.5727

#a71304 color RGB value is (167,19,4).

#a71304 hex color red value is 167, green value is 19 and the blue value of its RGB is 4. Cylindrical-coordinate representations (also known as HSL) of color #a71304 hue: 0.02 , saturation: 0.95 and the lightness value of a71304 is 0.34.

The process color (four color CMYK) of #a71304 color hex is 0.00, 0.89, 0.98, 0.35. Web safe color of #a71304 is #990000. Color #a71304 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 00010011 00000100
Octal 247 23 4
Decimal 167 19 4
Hex A7 13 4

RGB Percentages of Color #a71304

%87.89
%10.00
%2.11

CMYK Percentages of Color #a71304

%0
%89
%98
%35

Triadic Colors of #a71304

#a71304 #04a713 #1304a7

Analogous Colors of #a71304

#a71304 #a76504 #a70446

Monochromatic Colors of #a71304

#a71304

Complementary Color

#a71304 #0498a7

#a71304 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a71304 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a71304 Color CSS Codes

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

#a71304 Text Font Color

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

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


#a71304 Background Color

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

This div background color is #a71304


#a71304 Border Color

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

This div border color is #a71304


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a71304


Comments

No comments written yet.

Please login to write comment.