Color Hex Logo

#a20704 Color Hex

#A20704
(162,7,4)
0 Favorites   0 Comments

Color spaces of #a20704

RGB 16274
HSL0.000.950.33
HSV98°64°
CMYK 0.000.960.98   0.36
XYZ14.99827.84210.8380
Yxy7.84210.63340.3312
Hunter Lab28.003746.594217.8284
CIE-Lab33.651956.174046.0342

#a20704 color RGB value is (162,7,4).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100010 00000111 00000100
Octal 242 7 4
Decimal 162 7 4
Hex A2 7 4

RGB Percentages of Color #a20704

%93.64
%4.05
%2.31

CMYK Percentages of Color #a20704

%0
%96
%98
%36

Triadic Colors of #a20704

#a20704 #04a207 #0704a2

Analogous Colors of #a20704

#a20704 #a25604 #a20450

Monochromatic Colors of #a20704

#a20704

Complementary Color

#a20704 #049fa2

#a20704 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a20704 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a20704 Color CSS Codes

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

#a20704 Text Font Color

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

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


#a20704 Background Color

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

This div background color is #a20704


#a20704 Border Color

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

This div border color is #a20704


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a20704


Comments

No comments written yet.

Please login to write comment.