Color Hex Logo

#70053e Color Hex

#70053E
(112,5,62)
0 Favorites   0 Comments

Color spaces of #70053e

RGB 112562
HSL0.910.910.23
HSV328°96°44°
CMYK 0.000.960.45   0.56
XYZ7.60593.90114.9095
Yxy3.90110.46330.2376
Hunter Lab19.751234.1731-0.9117
CIE-Lab23.341845.8872-3.3545

#70053e color RGB value is (112,5,62).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 00000101 00111110
Octal 160 5 76
Decimal 112 5 62
Hex 70 5 3E

RGB Percentages of Color #70053e

%62.57
%2.79
%34.64

CMYK Percentages of Color #70053e

%0
%96
%45
%56

Triadic Colors of #70053e

#70053e #3e7005 #053e70

Analogous Colors of #70053e

#70053e #700508 #6d0570

Monochromatic Colors of #70053e

#70053e

Complementary Color

#70053e #057037

#70053e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70053e Color Preview on White Background

Lorem ipsum dolor sit amet.

#70053e Color CSS Codes

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

#70053e Text Font Color

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

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


#70053e Background Color

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

This div background color is #70053e


#70053e Border Color

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

This div border color is #70053e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(112,5,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 #70053e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70053e


Comments

No comments written yet.

Please login to write comment.