Color Hex Logo

#70397e Color Hex

#70397E
(112,57,126)
0 Favorites   0 Comments

Color spaces of #70397e

RGB 11257126
HSL0.800.380.36
HSV288°55°49°
CMYK 0.110.550.00   0.51
XYZ11.91117.877420.6314
Yxy7.87740.29470.1949
Hunter Lab28.066726.6361-23.9365
CIE-Lab33.726235.8746-29.1385

#70397e color RGB value is (112,57,126).

#70397e hex color red value is 112, green value is 57 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #70397e hue: 0.80 , saturation: 0.38 and the lightness value of 70397e is 0.36.

The process color (four color CMYK) of #70397e color hex is 0.11, 0.55, 0.00, 0.51. Web safe color of #70397e is #663366. Color #70397e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 00111001 01111110
Octal 160 71 176
Decimal 112 57 126
Hex 70 39 7E

RGB Percentages of Color #70397e

%37.97
%19.32
%42.71

CMYK Percentages of Color #70397e

%11
%55
%0
%51

Triadic Colors of #70397e

#70397e #7e7039 #397e70

Analogous Colors of #70397e

#70397e #7e396a #4e397e

Monochromatic Colors of #70397e

#70397e

Complementary Color

#70397e #477e39

#70397e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70397e Color Preview on White Background

Lorem ipsum dolor sit amet.

#70397e Color CSS Codes

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

#70397e Text Font Color

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

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


#70397e Background Color

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

This div background color is #70397e


#70397e Border Color

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

This div border color is #70397e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70397e


Comments

No comments written yet.

Please login to write comment.