Color Hex Logo

#a7270e Color Hex

#A7270E
(167,39,14)
0 Favorites   0 Comments

Color spaces of #a7270e

RGB 1673914
HSL0.030.850.35
HSV10°92°65°
CMYK 0.000.770.92   0.35
XYZ16.74119.69821.4051
Yxy9.69820.60120.3483
Hunter Lab31.141941.458619.1242
CIE-Lab37.295250.554744.9769

#a7270e color RGB value is (167,39,14).

#a7270e hex color red value is 167, green value is 39 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #a7270e hue: 0.03 , saturation: 0.85 and the lightness value of a7270e is 0.35.

The process color (four color CMYK) of #a7270e color hex is 0.00, 0.77, 0.92, 0.35. Web safe color of #a7270e is #993300. Color #a7270e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 00100111 00001110
Octal 247 47 16
Decimal 167 39 14
Hex A7 27 E

RGB Percentages of Color #a7270e

%75.91
%17.73
%6.36

CMYK Percentages of Color #a7270e

%0
%77
%92
%35

Triadic Colors of #a7270e

#a7270e #0ea727 #270ea7

Analogous Colors of #a7270e

#a7270e #a7740e #a70e41

Monochromatic Colors of #a7270e

#a7270e

Complementary Color

#a7270e #0e8ea7

#a7270e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a7270e Color Preview on White Background

Lorem ipsum dolor sit amet.

#a7270e Color CSS Codes

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

#a7270e Text Font Color

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

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


#a7270e Background Color

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

This div background color is #a7270e


#a7270e Border Color

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

This div border color is #a7270e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a7270e


Comments

No comments written yet.

Please login to write comment.