Color Hex Logo

#70153a Color Hex

#70153A
(112,21,58)
0 Favorites   0 Comments

Color spaces of #70153a

RGB 1122158
HSL0.930.680.26
HSV336°81°44°
CMYK 0.000.810.48   0.56
XYZ7.71404.28664.4238
Yxy4.28660.46970.2610
Hunter Lab20.704130.27391.8245
CIE-Lab24.597241.49191.2394

#70153a color RGB value is (112,21,58).

#70153a hex color red value is 112, green value is 21 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #70153a hue: 0.93 , saturation: 0.68 and the lightness value of 70153a is 0.26.

The process color (four color CMYK) of #70153a color hex is 0.00, 0.81, 0.48, 0.56. Web safe color of #70153a is #660033. Color #70153a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 00010101 00111010
Octal 160 25 72
Decimal 112 21 58
Hex 70 15 3A

RGB Percentages of Color #70153a

%58.64
%10.99
%30.37

CMYK Percentages of Color #70153a

%0
%81
%48
%56

Triadic Colors of #70153a

#70153a #3a7015 #153a70

Analogous Colors of #70153a

#70153a #701d15 #701568

Monochromatic Colors of #70153a

#70153a

Complementary Color

#70153a #15704b

#70153a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70153a Color Preview on White Background

Lorem ipsum dolor sit amet.

#70153a Color CSS Codes

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

#70153a Text Font Color

<p style="color:#70153a">Text here</p>

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


#70153a Background Color

<div style="background-color:#70153a">
Div content here</div>

This div background color is #70153a


#70153a Border Color

<div style="border:3px solid #70153a">
Div here</div>

This div border color is #70153a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(112,21,58, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #70153a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #70153a;
  -webkit-box-shadow: 1px 1px 3px 2px #70153a;
  box-shadow:         1px 1px 3px 2px #70153a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70153a


Comments

No comments written yet.

Please login to write comment.