Color Hex Logo

#70294e Color Hex

#70294E
(112,41,78)
0 Favorites   0 Comments

Color spaces of #70294e

RGB 1124178
HSL0.910.460.30
HSV329°63°44°
CMYK 0.000.630.30   0.56
XYZ8.85025.58077.8184
Yxy5.58070.39780.2508
Hunter Lab23.623525.5313-3.0861
CIE-Lab28.329035.5521-6.6991

#70294e color RGB value is (112,41,78).

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

The process color (four color CMYK) of #70294e color hex is 0.00, 0.63, 0.30, 0.56. Web safe color of #70294e is #663366. Color #70294e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 00101001 01001110
Octal 160 51 116
Decimal 112 41 78
Hex 70 29 4E

RGB Percentages of Color #70294e

%48.48
%17.75
%33.77

CMYK Percentages of Color #70294e

%0
%63
%30
%56

Triadic Colors of #70294e

#70294e #4e7029 #294e70

Analogous Colors of #70294e

#70294e #70292b #6f2970

Monochromatic Colors of #70294e

#70294e

Complementary Color

#70294e #29704b

#70294e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70294e Color Preview on White Background

Lorem ipsum dolor sit amet.

#70294e Color CSS Codes

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

#70294e Text Font Color

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

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


#70294e Background Color

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

This div background color is #70294e


#70294e Border Color

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

This div border color is #70294e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70294e


Comments

No comments written yet.

Please login to write comment.