Color Hex Logo

#707487 Color Hex

#707487
(112,116,135)
0 Favorites   0 Comments

Color spaces of #707487

RGB 112116135
HSL0.640.090.48
HSV230°17°53°
CMYK 0.170.140.00   0.47
XYZ17.300717.684825.4233
Yxy17.68480.28640.2928
Hunter Lab42.0533-0.1585-6.4064
CIE-Lab49.11162.7110-10.8942

#707487 color RGB value is (112,116,135).

#707487 hex color red value is 112, green value is 116 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #707487 hue: 0.64 , saturation: 0.09 and the lightness value of 707487 is 0.48.

The process color (four color CMYK) of #707487 color hex is 0.17, 0.14, 0.00, 0.47. Web safe color of #707487 is #666699. Color #707487 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 01110100 10000111
Octal 160 164 207
Decimal 112 116 135
Hex 70 74 87

RGB Percentages of Color #707487

%30.85
%31.96
%37.19

CMYK Percentages of Color #707487

%17
%14
%0
%47

Triadic Colors of #707487

#707487 #877074 #748770

Analogous Colors of #707487

#707487 #787087 #708087

Monochromatic Colors of #707487

#707487

Complementary Color

#707487 #878370

#707487 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#707487 Color Preview on White Background

Lorem ipsum dolor sit amet.

#707487 Color CSS Codes

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

#707487 Text Font Color

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

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


#707487 Background Color

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

This div background color is #707487


#707487 Border Color

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

This div border color is #707487


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #707487


Comments

No comments written yet.

Please login to write comment.