Color Hex Logo

#707489 Color Hex

#707489
(112,116,137)
0 Favorites   0 Comments

Color spaces of #707489

RGB 112116137
HSL0.640.100.49
HSV230°18°54°
CMYK 0.180.150.00   0.46
XYZ17.442817.741726.1721
Yxy17.74170.28430.2892
Hunter Lab42.12090.2076-7.3556
CIE-Lab49.18133.1841-11.9714

#707489 color RGB value is (112,116,137).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 01110100 10001001
Octal 160 164 211
Decimal 112 116 137
Hex 70 74 89

RGB Percentages of Color #707489

%30.68
%31.78
%37.53

CMYK Percentages of Color #707489

%18
%15
%0
%46

Triadic Colors of #707489

#707489 #897074 #748970

Analogous Colors of #707489

#707489 #797089 #708189

Monochromatic Colors of #707489

#707489

Complementary Color

#707489 #898570

#707489 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#707489 Color Preview on White Background

Lorem ipsum dolor sit amet.

#707489 Color CSS Codes

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

#707489 Text Font Color

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

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


#707489 Background Color

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

This div background color is #707489


#707489 Border Color

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

This div border color is #707489


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #707489


Comments

No comments written yet.

Please login to write comment.