Color Hex Logo

#a71e3c Color Hex

#A71E3C
(167,30,60)
0 Favorites   0 Comments

Color spaces of #a71e3c

RGB 1673060
HSL0.960.700.39
HSV347°82°65°
CMYK 0.000.820.64   0.35
XYZ17.21629.47035.1955
Yxy9.47030.54000.2970
Hunter Lab30.773946.006211.5319
CIE-Lab36.874554.995118.6215

#a71e3c color RGB value is (167,30,60).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 00011110 00111100
Octal 247 36 74
Decimal 167 30 60
Hex A7 1E 3C

RGB Percentages of Color #a71e3c

%64.98
%11.67
%23.35

CMYK Percentages of Color #a71e3c

%0
%82
%64
%35

Triadic Colors of #a71e3c

#a71e3c #3ca71e #1e3ca7

Analogous Colors of #a71e3c

#a71e3c #a7451e #a71e81

Monochromatic Colors of #a71e3c

#a71e3c

Complementary Color

#a71e3c #1ea789

#a71e3c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a71e3c Color Preview on White Background

Lorem ipsum dolor sit amet.

#a71e3c Color CSS Codes

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

#a71e3c Text Font Color

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

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


#a71e3c Background Color

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

This div background color is #a71e3c


#a71e3c Border Color

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

This div border color is #a71e3c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a71e3c


Comments

No comments written yet.

Please login to write comment.