Color Hex Logo

#70416f Color Hex

#70416F
(112,65,111)
0 Favorites   0 Comments

Color spaces of #70416f

RGB 11265111
HSL0.840.270.35
HSV301°42°44°
CMYK 0.000.420.01   0.56
XYZ11.44168.373016.0520
Yxy8.37300.31900.2334
Hunter Lab28.936119.9422-12.6352
CIE-Lab34.747928.1390-18.1577

#70416f color RGB value is (112,65,111).

#70416f hex color red value is 112, green value is 65 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #70416f hue: 0.84 , saturation: 0.27 and the lightness value of 70416f is 0.35.

The process color (four color CMYK) of #70416f color hex is 0.00, 0.42, 0.01, 0.56. Web safe color of #70416f is #663366. Color #70416f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 01000001 01101111
Octal 160 101 157
Decimal 112 65 111
Hex 70 41 6F

RGB Percentages of Color #70416f

%38.89
%22.57
%38.54

CMYK Percentages of Color #70416f

%0
%42
%1
%56

Triadic Colors of #70416f

#70416f #6f7041 #416f70

Analogous Colors of #70416f

#70416f #704158 #5a4170

Monochromatic Colors of #70416f

#70416f

Complementary Color

#70416f #417042

#70416f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70416f Color Preview on White Background

Lorem ipsum dolor sit amet.

#70416f Color CSS Codes

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

#70416f Text Font Color

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

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


#70416f Background Color

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

This div background color is #70416f


#70416f Border Color

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

This div border color is #70416f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70416f


Comments

No comments written yet.

Please login to write comment.