Color Hex Logo

#70130a Color Hex

#70130A
(112,19,10)
0 Favorites   0 Comments

Color spaces of #70130a

RGB 1121910
HSL0.010.840.24
HSV91°44°
CMYK 0.000.830.91   0.56
XYZ6.96983.93240.6788
Yxy3.93240.60180.3396
Hunter Lab19.830328.034911.8517
CIE-Lab23.446739.252630.7162

#70130a color RGB value is (112,19,10).

#70130a hex color red value is 112, green value is 19 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #70130a hue: 0.01 , saturation: 0.84 and the lightness value of 70130a is 0.24.

The process color (four color CMYK) of #70130a color hex is 0.00, 0.83, 0.91, 0.56. Web safe color of #70130a is #660000. Color #70130a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 00010011 00001010
Octal 160 23 12
Decimal 112 19 10
Hex 70 13 A

RGB Percentages of Color #70130a

%79.43
%13.48
%7.09

CMYK Percentages of Color #70130a

%0
%83
%91
%56

Triadic Colors of #70130a

#70130a #0a7013 #130a70

Analogous Colors of #70130a

#70130a #70460a #700a34

Monochromatic Colors of #70130a

#70130a

Complementary Color

#70130a #0a6770

#70130a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70130a Color Preview on White Background

Lorem ipsum dolor sit amet.

#70130a Color CSS Codes

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

#70130a Text Font Color

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

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


#70130a Background Color

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

This div background color is #70130a


#70130a Border Color

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

This div border color is #70130a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(112,19,10, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #70130a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #70130a;
  -webkit-box-shadow: 1px 1px 3px 2px #70130a;
  box-shadow:         1px 1px 3px 2px #70130a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70130a


Comments

No comments written yet.

Please login to write comment.