Color Hex Logo

#a70740 Color Hex

#A70740
(167,7,64)
0 Favorites   0 Comments

Color spaces of #a70740

RGB 167764
HSL0.940.920.34
HSV339°96°65°
CMYK 0.000.960.62   0.35
XYZ16.93778.73765.6443
Yxy8.73760.54080.2790
Hunter Lab29.559450.55249.3703
CIE-Lab35.474159.497314.1757

#a70740 color RGB value is (167,7,64).

#a70740 hex color red value is 167, green value is 7 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #a70740 hue: 0.94 , saturation: 0.92 and the lightness value of a70740 is 0.34.

The process color (four color CMYK) of #a70740 color hex is 0.00, 0.96, 0.62, 0.35. Web safe color of #a70740 is #990033. Color #a70740 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 00000111 01000000
Octal 247 7 100
Decimal 167 7 64
Hex A7 7 40

RGB Percentages of Color #a70740

%70.17
%2.94
%26.89

CMYK Percentages of Color #a70740

%0
%96
%62
%35

Triadic Colors of #a70740

#a70740 #40a707 #0740a7

Analogous Colors of #a70740

#a70740 #a71e07 #a70790

Monochromatic Colors of #a70740

#a70740

Complementary Color

#a70740 #07a76e

#a70740 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a70740 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a70740 Color CSS Codes

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

#a70740 Text Font Color

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

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


#a70740 Background Color

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

This div background color is #a70740


#a70740 Border Color

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

This div border color is #a70740


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a70740


Comments

No comments written yet.

Please login to write comment.