Color Hex Logo

#706770 Color Hex

#706770
(112,103,112)
0 Favorites   0 Comments

Color spaces of #706770

RGB 112103112
HSL0.830.040.42
HSV300°44°
CMYK 0.000.080.00   0.56
XYZ14.457014.315117.3304
Yxy14.31510.31360.3105
Hunter Lab37.83531.9937-0.6730
CIE-Lab44.68155.3428-3.7643

#706770 color RGB value is (112,103,112).

#706770 hex color red value is 112, green value is 103 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #706770 hue: 0.83 , saturation: 0.04 and the lightness value of 706770 is 0.42.

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 01100111 01110000
Octal 160 147 160
Decimal 112 103 112
Hex 70 67 70

RGB Percentages of Color #706770

%34.25
%31.50
%34.25

CMYK Percentages of Color #706770

%0
%8
%0
%56

Triadic Colors of #706770

#706770 #707067 #677070

Analogous Colors of #706770

#706770 #70676c #6c6770

Monochromatic Colors of #706770

#706770

Complementary Color

#706770 #677067

#706770 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#706770 Color Preview on White Background

Lorem ipsum dolor sit amet.

#706770 Color CSS Codes

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

#706770 Text Font Color

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

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


#706770 Background Color

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

This div background color is #706770


#706770 Border Color

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

This div border color is #706770


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #706770


Comments

No comments written yet.

Please login to write comment.