Color Hex Logo

#707a88 Color Hex

#707A88
(112,122,136)
0 Favorites   0 Comments

Color spaces of #707a88

RGB 112122136
HSL0.600.100.49
HSV215°18°53°
CMYK 0.180.100.00   0.47
XYZ18.085619.141426.0340
Yxy19.14140.28590.3026
Hunter Lab43.7509-2.7763-4.6549
CIE-Lab50.8522-0.5699-8.8714

#707a88 color RGB value is (112,122,136).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 01111010 10001000
Octal 160 172 210
Decimal 112 122 136
Hex 70 7A 88

RGB Percentages of Color #707a88

%30.27
%32.97
%36.76

CMYK Percentages of Color #707a88

%18
%10
%0
%47

Triadic Colors of #707a88

#707a88 #88707a #7a8870

Analogous Colors of #707a88

#707a88 #727088 #708688

Monochromatic Colors of #707a88

#707a88

Complementary Color

#707a88 #887e70

#707a88 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#707a88 Color Preview on White Background

Lorem ipsum dolor sit amet.

#707a88 Color CSS Codes

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

#707a88 Text Font Color

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

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


#707a88 Background Color

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

This div background color is #707a88


#707a88 Border Color

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

This div border color is #707a88


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #707a88


Comments

No comments written yet.

Please login to write comment.