Color Hex Logo

#a2070f Color Hex

#A2070F
(162,7,15)
0 Favorites   0 Comments

Color spaces of #a2070f

RGB 162715
HSL0.990.920.33
HSV357°96°64°
CMYK 0.000.960.91   0.36
XYZ15.06257.86781.1767
Yxy7.86780.62480.3264
Hunter Lab28.049646.766817.1475
CIE-Lab33.706056.326041.4821

#a2070f color RGB value is (162,7,15).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100010 00000111 00001111
Octal 242 7 17
Decimal 162 7 15
Hex A2 7 F

RGB Percentages of Color #a2070f

%88.04
%3.80
%8.15

CMYK Percentages of Color #a2070f

%0
%96
%91
%36

Triadic Colors of #a2070f

#a2070f #0fa207 #070fa2

Analogous Colors of #a2070f

#a2070f #a24d07 #a2075c

Monochromatic Colors of #a2070f

#a2070f

Complementary Color

#a2070f #07a29a

#a2070f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a2070f Color Preview on White Background

Lorem ipsum dolor sit amet.

#a2070f Color CSS Codes

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

#a2070f Text Font Color

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

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


#a2070f Background Color

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

This div background color is #a2070f


#a2070f Border Color

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

This div border color is #a2070f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a2070f


Comments

No comments written yet.

Please login to write comment.