Color Hex Logo

#707688 Color Hex

#707688
(112,118,136)
0 Favorites   0 Comments

Color spaces of #707688

RGB 112118136
HSL0.630.100.49
HSV225°18°53°
CMYK 0.180.130.00   0.47
XYZ17.604518.179225.8736
Yxy18.17920.28550.2948
Hunter Lab42.6371-0.9137-6.1332
CIE-Lab49.71271.7687-10.5806

#707688 color RGB value is (112,118,136).

#707688 hex color red value is 112, green value is 118 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #707688 hue: 0.63 , saturation: 0.10 and the lightness value of 707688 is 0.49.

The process color (four color CMYK) of #707688 color hex is 0.18, 0.13, 0.00, 0.47. Web safe color of #707688 is #666699. Color #707688 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 01110110 10001000
Octal 160 166 210
Decimal 112 118 136
Hex 70 76 88

RGB Percentages of Color #707688

%30.60
%32.24
%37.16

CMYK Percentages of Color #707688

%18
%13
%0
%47

Triadic Colors of #707688

#707688 #887076 #768870

Analogous Colors of #707688

#707688 #767088 #708288

Monochromatic Colors of #707688

#707688

Complementary Color

#707688 #888270

#707688 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#707688 Color Preview on White Background

Lorem ipsum dolor sit amet.

#707688 Color CSS Codes

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

#707688 Text Font Color

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

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


#707688 Background Color

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

This div background color is #707688


#707688 Border Color

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

This div border color is #707688


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #707688


Comments

No comments written yet.

Please login to write comment.