Color Hex Logo

#a7120f Color Hex

#A7120F
(167,18,15)
0 Favorites   0 Comments

Color spaces of #a7120f

RGB 1671815
HSL0.000.840.36
HSV91°65°
CMYK 0.000.890.91   0.35
XYZ16.23898.68261.2720
Yxy8.68260.62000.3315
Hunter Lab29.466346.805718.0669
CIE-Lab35.365956.039943.1810

#a7120f color RGB value is (167,18,15).

#a7120f hex color red value is 167, green value is 18 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #a7120f hue: 0.00 , saturation: 0.84 and the lightness value of a7120f is 0.36.

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 00010010 00001111
Octal 247 22 17
Decimal 167 18 15
Hex A7 12 F

RGB Percentages of Color #a7120f

%83.50
%9.00
%7.50

CMYK Percentages of Color #a7120f

%0
%89
%91
%35

Triadic Colors of #a7120f

#a7120f #0fa712 #120fa7

Analogous Colors of #a7120f

#a7120f #a75e0f #a70f58

Monochromatic Colors of #a7120f

#a7120f

Complementary Color

#a7120f #0fa4a7

#a7120f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a7120f Color Preview on White Background

Lorem ipsum dolor sit amet.

#a7120f Color CSS Codes

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

#a7120f Text Font Color

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

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


#a7120f Background Color

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

This div background color is #a7120f


#a7120f Border Color

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

This div border color is #a7120f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a7120f


Comments

No comments written yet.

Please login to write comment.