Color Hex Logo

#70073e Color Hex

#70073E
(112,7,62)
0 Favorites   0 Comments

Color spaces of #70073e

RGB 112762
HSL0.910.880.23
HSV329°94°44°
CMYK 0.000.940.45   0.56
XYZ7.62763.94454.9168
Yxy3.94450.46260.2392
Hunter Lab19.860833.7972-0.7755
CIE-Lab23.487145.4653-3.1391

#70073e color RGB value is (112,7,62).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 00000111 00111110
Octal 160 7 76
Decimal 112 7 62
Hex 70 7 3E

RGB Percentages of Color #70073e

%61.88
%3.87
%34.25

CMYK Percentages of Color #70073e

%0
%94
%45
%56

Triadic Colors of #70073e

#70073e #3e7007 #073e70

Analogous Colors of #70073e

#70073e #70070a #6e0770

Monochromatic Colors of #70073e

#70073e

Complementary Color

#70073e #077039

#70073e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70073e Color Preview on White Background

Lorem ipsum dolor sit amet.

#70073e Color CSS Codes

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

#70073e Text Font Color

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

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


#70073e Background Color

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

This div background color is #70073e


#70073e Border Color

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

This div border color is #70073e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70073e


Comments

No comments written yet.

Please login to write comment.