Color Hex Logo

#a7113b Color Hex

#A7113B
(167,17,59)
0 Favorites   0 Comments

Color spaces of #a7113b

RGB 1671759
HSL0.950.820.36
HSV343°90°65°
CMYK 0.000.900.65   0.35
XYZ16.92628.93224.9696
Yxy8.93220.54910.2897
Hunter Lab29.886848.790511.0620
CIE-Lab35.853457.798617.9281

#a7113b color RGB value is (167,17,59).

#a7113b hex color red value is 167, green value is 17 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #a7113b hue: 0.95 , saturation: 0.82 and the lightness value of a7113b is 0.36.

The process color (four color CMYK) of #a7113b color hex is 0.00, 0.90, 0.65, 0.35. Web safe color of #a7113b is #990033. Color #a7113b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 00010001 00111011
Octal 247 21 73
Decimal 167 17 59
Hex A7 11 3B

RGB Percentages of Color #a7113b

%68.72
%7.00
%24.28

CMYK Percentages of Color #a7113b

%0
%90
%65
%35

Triadic Colors of #a7113b

#a7113b #3ba711 #113ba7

Analogous Colors of #a7113b

#a7113b #a73211 #a71186

Monochromatic Colors of #a7113b

#a7113b

Complementary Color

#a7113b #11a77d

#a7113b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a7113b Color Preview on White Background

Lorem ipsum dolor sit amet.

#a7113b Color CSS Codes

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

#a7113b Text Font Color

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

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


#a7113b Background Color

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

This div background color is #a7113b


#a7113b Border Color

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

This div border color is #a7113b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a7113b


Comments

No comments written yet.

Please login to write comment.