Color Hex Logo

#70607e Color Hex

#70607E
(112,96,126)
0 Favorites   0 Comments

Color spaces of #70607e

RGB 11296126
HSL0.760.140.44
HSV272°24°49°
CMYK 0.110.240.00   0.51
XYZ14.630913.316821.5379
Yxy13.31680.29570.2691
Hunter Lab36.49227.7051-9.4488
CIE-Lab43.236812.6359-14.3994

#70607e color RGB value is (112,96,126).

#70607e hex color red value is 112, green value is 96 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #70607e hue: 0.76 , saturation: 0.14 and the lightness value of 70607e is 0.44.

The process color (four color CMYK) of #70607e color hex is 0.11, 0.24, 0.00, 0.51. Web safe color of #70607e is #666666. Color #70607e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 01100000 01111110
Octal 160 140 176
Decimal 112 96 126
Hex 70 60 7E

RGB Percentages of Color #70607e

%33.53
%28.74
%37.72

CMYK Percentages of Color #70607e

%11
%24
%0
%51

Triadic Colors of #70607e

#70607e #7e7060 #607e70

Analogous Colors of #70607e

#70607e #7e607d #61607e

Monochromatic Colors of #70607e

#70607e

Complementary Color

#70607e #6e7e60

#70607e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70607e Color Preview on White Background

Lorem ipsum dolor sit amet.

#70607e Color CSS Codes

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

#70607e Text Font Color

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

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


#70607e Background Color

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

This div background color is #70607e


#70607e Border Color

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

This div border color is #70607e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(112,96,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 #70607e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70607e


Comments

No comments written yet.

Please login to write comment.