Color Hex Logo

#70135a Color Hex

#70135A
(112,19,90)
0 Favorites   0 Comments

Color spaces of #70135a

RGB 1121990
HSL0.870.710.26
HSV314°83°44°
CMYK 0.000.830.20   0.56
XYZ8.76044.648710.1084
Yxy4.64870.37250.1977
Hunter Lab21.560834.7950-12.7044
CIE-Lab25.709546.0737-18.6473

#70135a color RGB value is (112,19,90).

#70135a hex color red value is 112, green value is 19 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #70135a hue: 0.87 , saturation: 0.71 and the lightness value of 70135a is 0.26.

The process color (four color CMYK) of #70135a color hex is 0.00, 0.83, 0.20, 0.56. Web safe color of #70135a is #660066. Color #70135a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 00010011 01011010
Octal 160 23 132
Decimal 112 19 90
Hex 70 13 5A

RGB Percentages of Color #70135a

%50.68
%8.60
%40.72

CMYK Percentages of Color #70135a

%0
%83
%20
%56

Triadic Colors of #70135a

#70135a #5a7013 #135a70

Analogous Colors of #70135a

#70135a #70132c #581370

Monochromatic Colors of #70135a

#70135a

Complementary Color

#70135a #137029

#70135a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70135a Color Preview on White Background

Lorem ipsum dolor sit amet.

#70135a Color CSS Codes

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

#70135a Text Font Color

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

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


#70135a Background Color

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

This div background color is #70135a


#70135a Border Color

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

This div border color is #70135a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70135a


Comments

No comments written yet.

Please login to write comment.