Color Hex Logo

#707488 Color Hex

#707488
(112,116,136)
0 Favorites   0 Comments

Color spaces of #707488

RGB 112116136
HSL0.640.100.49
HSV230°18°53°
CMYK 0.180.150.00   0.47
XYZ17.371417.713125.7959
Yxy17.71310.28530.2909
Hunter Lab42.08690.0238-6.8791
CIE-Lab49.14632.9469-11.4331

#707488 color RGB value is (112,116,136).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 01110100 10001000
Octal 160 164 210
Decimal 112 116 136
Hex 70 74 88

RGB Percentages of Color #707488

%30.77
%31.87
%37.36

CMYK Percentages of Color #707488

%18
%15
%0
%47

Triadic Colors of #707488

#707488 #887074 #748870

Analogous Colors of #707488

#707488 #787088 #708088

Monochromatic Colors of #707488

#707488

Complementary Color

#707488 #888470

#707488 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#707488 Color Preview on White Background

Lorem ipsum dolor sit amet.

#707488 Color CSS Codes

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

#707488 Text Font Color

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

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


#707488 Background Color

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

This div background color is #707488


#707488 Border Color

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

This div border color is #707488


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #707488


Comments

No comments written yet.

Please login to write comment.