Color Hex Logo

#a70415 Color Hex

#A70415
(167,4,21)
0 Favorites   0 Comments

Color spaces of #a70415

RGB 167421
HSL0.980.950.34
HSV354°98°65°
CMYK 0.000.980.87   0.35
XYZ16.11518.35651.4731
Yxy8.35650.62110.3221
Hunter Lab28.907648.919917.2140
CIE-Lab34.714658.140339.7826

#a70415 color RGB value is (167,4,21).

#a70415 hex color red value is 167, green value is 4 and the blue value of its RGB is 21. Cylindrical-coordinate representations (also known as HSL) of color #a70415 hue: 0.98 , saturation: 0.95 and the lightness value of a70415 is 0.34.

The process color (four color CMYK) of #a70415 color hex is 0.00, 0.98, 0.87, 0.35. Web safe color of #a70415 is #990000. Color #a70415 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 00000100 00010101
Octal 247 4 25
Decimal 167 4 21
Hex A7 4 15

RGB Percentages of Color #a70415

%86.98
%2.08
%10.94

CMYK Percentages of Color #a70415

%0
%98
%87
%35

Triadic Colors of #a70415

#a70415 #15a704 #0415a7

Analogous Colors of #a70415

#a70415 #a74404 #a70467

Monochromatic Colors of #a70415

#a70415

Complementary Color

#a70415 #04a796

#a70415 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a70415 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a70415 Color CSS Codes

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

#a70415 Text Font Color

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

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


#a70415 Background Color

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

This div background color is #a70415


#a70415 Border Color

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

This div border color is #a70415


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a70415


Comments

No comments written yet.

Please login to write comment.