Color Hex Logo

#a71e20 Color Hex

#A71E20
(167,30,32)
0 Favorites   0 Comments

Color spaces of #a71e20

RGB 1673032
HSL1.000.700.39
HSV359°82°65°
CMYK 0.000.820.81   0.35
XYZ16.66139.24832.2735
Yxy9.24830.59120.3282
Hunter Lab30.411044.575616.8552
CIE-Lab36.458053.717335.3715

#a71e20 color RGB value is (167,30,32).

#a71e20 hex color red value is 167, green value is 30 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #a71e20 hue: 1.00 , saturation: 0.70 and the lightness value of a71e20 is 0.39.

The process color (four color CMYK) of #a71e20 color hex is 0.00, 0.82, 0.81, 0.35. Web safe color of #a71e20 is #993333. Color #a71e20 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 00011110 00100000
Octal 247 36 40
Decimal 167 30 32
Hex A7 1E 20

RGB Percentages of Color #a71e20

%72.93
%13.10
%13.97

CMYK Percentages of Color #a71e20

%0
%82
%81
%35

Triadic Colors of #a71e20

#a71e20 #20a71e #1e20a7

Analogous Colors of #a71e20

#a71e20 #a7611e #a71e65

Monochromatic Colors of #a71e20

#a71e20

Complementary Color

#a71e20 #1ea7a5

#a71e20 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a71e20 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a71e20 Color CSS Codes

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

#a71e20 Text Font Color

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

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


#a71e20 Background Color

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

This div background color is #a71e20


#a71e20 Border Color

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

This div border color is #a71e20


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a71e20


Comments

No comments written yet.

Please login to write comment.