Color Hex Logo

#a7013c Color Hex

#A7013C
(167,1,60)
0 Favorites   0 Comments

Color spaces of #a7013c

RGB 167160
HSL0.940.990.33
HSV339°99°65°
CMYK 0.000.990.64   0.35
XYZ16.76288.56345.0444
Yxy8.56340.55190.2820
Hunter Lab29.263351.038910.2639
CIE-Lab35.129760.009916.3235

#a7013c color RGB value is (167,1,60).

#a7013c hex color red value is 167, green value is 1 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #a7013c hue: 0.94 , saturation: 0.99 and the lightness value of a7013c is 0.33.

The process color (four color CMYK) of #a7013c color hex is 0.00, 0.99, 0.64, 0.35. Web safe color of #a7013c is #990033. Color #a7013c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 00000001 00111100
Octal 247 1 74
Decimal 167 1 60
Hex A7 1 3C

RGB Percentages of Color #a7013c

%73.25
%0.44
%26.32

CMYK Percentages of Color #a7013c

%0
%99
%64
%35

Triadic Colors of #a7013c

#a7013c #3ca701 #013ca7

Analogous Colors of #a7013c

#a7013c #a71901 #a7018f

Monochromatic Colors of #a7013c

#a7013c

Complementary Color

#a7013c #01a76c

#a7013c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a7013c Color Preview on White Background

Lorem ipsum dolor sit amet.

#a7013c Color CSS Codes

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

#a7013c Text Font Color

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

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


#a7013c Background Color

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

This div background color is #a7013c


#a7013c Border Color

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

This div border color is #a7013c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a7013c


Comments

No comments written yet.

Please login to write comment.