Color Hex Logo

#706860 Color Hex

#706860
(112,104,96)
0 Favorites   0 Comments

Color spaces of #706860

RGB 11210496
HSL0.080.080.41
HSV30°14°44°
CMYK 0.000.070.14   0.56
XYZ13.743714.189913.0809
Yxy14.18990.33510.3460
Hunter Lab37.6695-0.79595.7799
CIE-Lab44.50401.64375.6313

#706860 color RGB value is (112,104,96).

#706860 hex color red value is 112, green value is 104 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #706860 hue: 0.08 , saturation: 0.08 and the lightness value of 706860 is 0.41.

The process color (four color CMYK) of #706860 color hex is 0.00, 0.07, 0.14, 0.56. Web safe color of #706860 is #666666. Color #706860 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 01101000 01100000
Octal 160 150 140
Decimal 112 104 96
Hex 70 68 60

RGB Percentages of Color #706860

%35.90
%33.33
%30.77

CMYK Percentages of Color #706860

%0
%7
%14
%56

Triadic Colors of #706860

#706860 #607068 #686070

Analogous Colors of #706860

#706860 #707060 #706060

Monochromatic Colors of #706860

#706860

Complementary Color

#706860 #606870

#706860 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#706860 Color Preview on White Background

Lorem ipsum dolor sit amet.

#706860 Color CSS Codes

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

#706860 Text Font Color

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

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


#706860 Background Color

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

This div background color is #706860


#706860 Border Color

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

This div border color is #706860


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(112,104,96, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #706860; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #706860;
  -webkit-box-shadow: 1px 1px 3px 2px #706860;
  box-shadow:         1px 1px 3px 2px #706860; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #706860


Comments

No comments written yet.

Please login to write comment.