Color Hex Logo

#707b88 Color Hex

#707B88
(112,123,136)
0 Favorites   0 Comments

Color spaces of #707b88

RGB 112123136
HSL0.590.100.49
HSV213°18°53°
CMYK 0.180.100.00   0.47
XYZ18.209019.388226.0751
Yxy19.38820.28600.3045
Hunter Lab44.0320-3.2392-4.2882
CIE-Lab51.1383-1.1504-8.4434

#707b88 color RGB value is (112,123,136).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 01111011 10001000
Octal 160 173 210
Decimal 112 123 136
Hex 70 7B 88

RGB Percentages of Color #707b88

%30.19
%33.15
%36.66

CMYK Percentages of Color #707b88

%18
%10
%0
%47

Triadic Colors of #707b88

#707b88 #88707b #7b8870

Analogous Colors of #707b88

#707b88 #717088 #708788

Monochromatic Colors of #707b88

#707b88

Complementary Color

#707b88 #887d70

#707b88 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#707b88 Color Preview on White Background

Lorem ipsum dolor sit amet.

#707b88 Color CSS Codes

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

#707b88 Text Font Color

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

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


#707b88 Background Color

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

This div background color is #707b88


#707b88 Border Color

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

This div border color is #707b88


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #707b88


Comments

No comments written yet.

Please login to write comment.