Color Hex Logo

#70062e Color Hex

#70062E
(112,6,46)
0 Favorites   0 Comments

Color spaces of #70062e

RGB 112646
HSL0.940.900.23
HSV337°95°44°
CMYK 0.000.950.59   0.56
XYZ7.24043.77232.9313
Yxy3.77230.51920.2705
Hunter Lab19.422432.55314.6474
CIE-Lab22.903944.26627.1339

#70062e color RGB value is (112,6,46).

#70062e hex color red value is 112, green value is 6 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #70062e hue: 0.94 , saturation: 0.90 and the lightness value of 70062e is 0.23.

The process color (four color CMYK) of #70062e color hex is 0.00, 0.95, 0.59, 0.56. Web safe color of #70062e is #660033. Color #70062e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 00000110 00101110
Octal 160 6 56
Decimal 112 6 46
Hex 70 6 2E

RGB Percentages of Color #70062e

%68.29
%3.66
%28.05

CMYK Percentages of Color #70062e

%0
%95
%59
%56

Triadic Colors of #70062e

#70062e #2e7006 #062e70

Analogous Colors of #70062e

#70062e #701306 #700663

Monochromatic Colors of #70062e

#70062e

Complementary Color

#70062e #067048

#70062e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70062e Color Preview on White Background

Lorem ipsum dolor sit amet.

#70062e Color CSS Codes

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

#70062e Text Font Color

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

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


#70062e Background Color

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

This div background color is #70062e


#70062e Border Color

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

This div border color is #70062e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70062e


Comments

No comments written yet.

Please login to write comment.