Color Hex Logo

#70296a Color Hex

#70296A
(112,41,106)
0 Favorites   0 Comments

Color spaces of #70296a

RGB 11241106
HSL0.850.460.30
HSV305°63°44°
CMYK 0.000.630.05   0.56
XYZ10.07656.071214.2764
Yxy6.07120.33120.1996
Hunter Lab24.639829.8783-17.1050
CIE-Lab29.591440.1284-22.9994

#70296a color RGB value is (112,41,106).

#70296a hex color red value is 112, green value is 41 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #70296a hue: 0.85 , saturation: 0.46 and the lightness value of 70296a is 0.30.

The process color (four color CMYK) of #70296a color hex is 0.00, 0.63, 0.05, 0.56. Web safe color of #70296a is #663366. Color #70296a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 00101001 01101010
Octal 160 51 152
Decimal 112 41 106
Hex 70 29 6A

RGB Percentages of Color #70296a

%43.24
%15.83
%40.93

CMYK Percentages of Color #70296a

%0
%63
%5
%56

Triadic Colors of #70296a

#70296a #6a7029 #296a70

Analogous Colors of #70296a

#70296a #702947 #532970

Monochromatic Colors of #70296a

#70296a

Complementary Color

#70296a #29702f

#70296a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70296a Color Preview on White Background

Lorem ipsum dolor sit amet.

#70296a Color CSS Codes

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

#70296a Text Font Color

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

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


#70296a Background Color

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

This div background color is #70296a


#70296a Border Color

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

This div border color is #70296a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70296a


Comments

No comments written yet.

Please login to write comment.