Color Hex Logo

#70073f Color Hex

#70073F
(112,7,63)
0 Favorites   0 Comments

Color spaces of #70073f

RGB 112763
HSL0.910.880.23
HSV328°94°44°
CMYK 0.000.940.44   0.56
XYZ7.65533.95565.0627
Yxy3.95560.45910.2372
Hunter Lab19.888733.9007-1.1703
CIE-Lab23.524145.5666-3.7729

#70073f color RGB value is (112,7,63).

#70073f hex color red value is 112, green value is 7 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #70073f hue: 0.91 , saturation: 0.88 and the lightness value of 70073f is 0.23.

The process color (four color CMYK) of #70073f color hex is 0.00, 0.94, 0.44, 0.56. Web safe color of #70073f is #660033. Color #70073f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 00000111 00111111
Octal 160 7 77
Decimal 112 7 63
Hex 70 7 3F

RGB Percentages of Color #70073f

%61.54
%3.85
%34.62

CMYK Percentages of Color #70073f

%0
%94
%44
%56

Triadic Colors of #70073f

#70073f #3f7007 #073f70

Analogous Colors of #70073f

#70073f #70070a #6d0770

Monochromatic Colors of #70073f

#70073f

Complementary Color

#70073f #077038

#70073f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70073f Color Preview on White Background

Lorem ipsum dolor sit amet.

#70073f Color CSS Codes

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

#70073f Text Font Color

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

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


#70073f Background Color

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

This div background color is #70073f


#70073f Border Color

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

This div border color is #70073f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(112,7,63, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #70073f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #70073f;
  -webkit-box-shadow: 1px 1px 3px 2px #70073f;
  box-shadow:         1px 1px 3px 2px #70073f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70073f


Comments

No comments written yet.

Please login to write comment.