Color Hex Logo

#707880 Color Hex

#707880
(112,120,128)
0 Favorites   0 Comments

Color spaces of #707880

RGB 112120128
HSL0.580.070.47
HSV210°13°50°
CMYK 0.130.060.00   0.50
XYZ17.294818.436223.0691
Yxy18.43620.29410.3135
Hunter Lab42.9374-3.2422-1.7987
CIE-Lab50.0210-1.2410-5.4011

#707880 color RGB value is (112,120,128).

#707880 hex color red value is 112, green value is 120 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #707880 hue: 0.58 , saturation: 0.07 and the lightness value of 707880 is 0.47.

The process color (four color CMYK) of #707880 color hex is 0.13, 0.06, 0.00, 0.50. Web safe color of #707880 is #666699. Color #707880 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 01111000 10000000
Octal 160 170 200
Decimal 112 120 128
Hex 70 78 80

RGB Percentages of Color #707880

%31.11
%33.33
%35.56

CMYK Percentages of Color #707880

%13
%6
%0
%50

Triadic Colors of #707880

#707880 #807078 #788070

Analogous Colors of #707880

#707880 #707080 #708080

Monochromatic Colors of #707880

#707880

Complementary Color

#707880 #807870

#707880 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#707880 Color Preview on White Background

Lorem ipsum dolor sit amet.

#707880 Color CSS Codes

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

#707880 Text Font Color

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

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


#707880 Background Color

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

This div background color is #707880


#707880 Border Color

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

This div border color is #707880


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #707880

#707880 Color Palettes


Comments

No comments written yet.

Please login to write comment.