Color Hex Logo

#a70600 Color Hex

#A70600
(167,6,0)
0 Favorites   0 Comments

Color spaces of #a70600

RGB 16760
HSL0.011.000.33
HSV100°65°
CMYK 0.000.961.00   0.35
XYZ16.00158.34570.7675
Yxy8.34570.63710.3323
Hunter Lab28.888948.315118.6471
CIE-Lab34.692757.582748.8372

#a70600 color RGB value is (167,6,0).

#a70600 hex color red value is 167, green value is 6 and the blue value of its RGB is 0. Cylindrical-coordinate representations (also known as HSL) of color #a70600 hue: 0.01 , saturation: 1.00 and the lightness value of a70600 is 0.33.

The process color (four color CMYK) of #a70600 color hex is 0.00, 0.96, 1.00, 0.35. Web safe color of #a70600 is #990000. Color #a70600 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 00000110 00000000
Octal 247 6 0
Decimal 167 6 0
Hex A7 6 0

RGB Percentages of Color #a70600

%96.53
%3.47
%0.00

CMYK Percentages of Color #a70600

%0
%96
%100
%35

Triadic Colors of #a70600

#a70600 #00a706 #0600a7

Analogous Colors of #a70600

#a70600 #a75900 #a7004d

Monochromatic Colors of #a70600

#a70600

Complementary Color

#a70600 #00a1a7

#a70600 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a70600 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a70600 Color CSS Codes

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

#a70600 Text Font Color

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

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


#a70600 Background Color

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

This div background color is #a70600


#a70600 Border Color

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

This div border color is #a70600


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a70600


Comments

No comments written yet.

Please login to write comment.