color codes Logo

#70013c color codes

#70013C
(112,1,60)
0 Favorites   0 Comments

Color spaces of #70013c

RGB 112160
HSL0.910.980.22
HSV328°99°44°
CMYK 0.000.990.46   0.56
XYZ7.50863.79274.6113
Yxy3.79270.47190.2383
Hunter Lab19.474934.7403-0.4064
CIE-Lab22.973946.5499-2.5172

#70013c color RGB value is (112,1,60).

#70013c hex color red value is 112, green value is 1 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #70013c hue: 0.91 , saturation: 0.98 and the lightness value of 70013c is 0.22.

The process color (four color CMYK) of #70013c color code is 0.00, 0.99, 0.46, 0.56. Web safe color of #70013c is #660033. Color #70013c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 00000001 00111100
Octal 160 1 74
Decimal 112 1 60
Hex 70 1 3C

RGB Percentages of Color #70013c

%64.74
%0.58
%34.68

CMYK Percentages of Color #70013c

%0
%99
%46
%56

Triadic Colors of #70013c

#70013c #3c7001 #013c70

Analogous Colors of #70013c

#70013c #700105 #6d0170

Monochromatic Colors of #70013c

#70013c

Complementary Color

#70013c #017035

#70013c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70013c Color Preview on White Background

Lorem ipsum dolor sit amet.

#70013c Color CSS Codes

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

#70013c Text Font Color

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

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


#70013c Background Color

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

This div background color is #70013c


#70013c Border Color

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

This div border color is #70013c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(112,1,60, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #70013c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #70013c;
  -webkit-box-shadow: 1px 1px 3px 2px #70013c;
  box-shadow:         1px 1px 3px 2px #70013c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70013c


Comments

No comments written yet.

Please login to write comment.