Color Hex Logo

#a7240e Color Hex

#A7240E
(167,36,14)
0 Favorites   0 Comments

Color spaces of #a7240e

RGB 1673614
HSL0.020.850.35
HSV92°65°
CMYK 0.000.780.92   0.35
XYZ16.64659.50891.3735
Yxy9.50890.60470.3454
Hunter Lab30.836542.395918.9447
CIE-Lab36.946251.530344.7294

#a7240e color RGB value is (167,36,14).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 00100100 00001110
Octal 247 44 16
Decimal 167 36 14
Hex A7 24 E

RGB Percentages of Color #a7240e

%76.96
%16.59
%6.45

CMYK Percentages of Color #a7240e

%0
%78
%92
%35

Triadic Colors of #a7240e

#a7240e #0ea724 #240ea7

Analogous Colors of #a7240e

#a7240e #a7710e #a70e45

Monochromatic Colors of #a7240e

#a7240e

Complementary Color

#a7240e #0e91a7

#a7240e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a7240e Color Preview on White Background

Lorem ipsum dolor sit amet.

#a7240e Color CSS Codes

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

#a7240e Text Font Color

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

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


#a7240e Background Color

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

This div background color is #a7240e


#a7240e Border Color

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

This div border color is #a7240e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a7240e


Comments

No comments written yet.

Please login to write comment.