Color Hex Logo

#70397f Color Hex

#70397F
(112,57,127)
0 Favorites   0 Comments

Color spaces of #70397f

RGB 11257127
HSL0.800.380.36
HSV287°55°50°
CMYK 0.120.550.00   0.50
XYZ11.97607.903320.9730
Yxy7.90330.29320.1935
Hunter Lab28.112826.8432-24.5532
CIE-Lab33.780736.0936-29.6752

#70397f color RGB value is (112,57,127).

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

The process color (four color CMYK) of #70397f color hex is 0.12, 0.55, 0.00, 0.50. Web safe color of #70397f is #663366. Color #70397f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 00111001 01111111
Octal 160 71 177
Decimal 112 57 127
Hex 70 39 7F

RGB Percentages of Color #70397f

%37.84
%19.26
%42.91

CMYK Percentages of Color #70397f

%12
%55
%0
%50

Triadic Colors of #70397f

#70397f #7f7039 #397f70

Analogous Colors of #70397f

#70397f #7f396b #4d397f

Monochromatic Colors of #70397f

#70397f

Complementary Color

#70397f #487f39

#70397f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70397f Color Preview on White Background

Lorem ipsum dolor sit amet.

#70397f Color CSS Codes

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

#70397f Text Font Color

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

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


#70397f Background Color

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

This div background color is #70397f


#70397f Border Color

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

This div border color is #70397f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70397f


Comments

No comments written yet.

Please login to write comment.