Color Hex Logo

#707698 Color Hex

#707698
(112,118,152)
0 Favorites   0 Comments

Color spaces of #707698

RGB 112118152
HSL0.640.160.52
HSV231°26°60°
CMYK 0.260.220.00   0.40
XYZ18.828018.668632.3168
Yxy18.66860.26970.2674
Hunter Lab43.20722.1708-14.1009
CIE-Lab50.29725.7049-19.1038

#707698 color RGB value is (112,118,152).

#707698 hex color red value is 112, green value is 118 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #707698 hue: 0.64 , saturation: 0.16 and the lightness value of 707698 is 0.52.

The process color (four color CMYK) of #707698 color hex is 0.26, 0.22, 0.00, 0.40. Web safe color of #707698 is #666699. Color #707698 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 01110110 10011000
Octal 160 166 230
Decimal 112 118 152
Hex 70 76 98

RGB Percentages of Color #707698

%29.32
%30.89
%39.79

CMYK Percentages of Color #707698

%26
%22
%0
%40

Triadic Colors of #707698

#707698 #987076 #769870

Analogous Colors of #707698

#707698 #7e7098 #708a98

Monochromatic Colors of #707698

#707698

Complementary Color

#707698 #989270

#707698 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#707698 Color Preview on White Background

Lorem ipsum dolor sit amet.

#707698 Color CSS Codes

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

#707698 Text Font Color

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

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


#707698 Background Color

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

This div background color is #707698


#707698 Border Color

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

This div border color is #707698


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #707698


Comments

No comments written yet.

Please login to write comment.