Color Hex Logo

#707998 Color Hex

#707998
(112,121,152)
0 Favorites   0 Comments

Color spaces of #707998

RGB 112121152
HSL0.630.160.52
HSV227°26°60°
CMYK 0.260.200.00   0.40
XYZ19.187019.386532.4365
Yxy19.38650.27020.2730
Hunter Lab44.03010.7323-12.8572
CIE-Lab51.13643.9287-17.8215

#707998 color RGB value is (112,121,152).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 01111001 10011000
Octal 160 171 230
Decimal 112 121 152
Hex 70 79 98

RGB Percentages of Color #707998

%29.09
%31.43
%39.48

CMYK Percentages of Color #707998

%26
%20
%0
%40

Triadic Colors of #707998

#707998 #987079 #799870

Analogous Colors of #707998

#707998 #7b7098 #708d98

Monochromatic Colors of #707998

#707998

Complementary Color

#707998 #988f70

#707998 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#707998 Color Preview on White Background

Lorem ipsum dolor sit amet.

#707998 Color CSS Codes

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

#707998 Text Font Color

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

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


#707998 Background Color

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

This div background color is #707998


#707998 Border Color

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

This div border color is #707998


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #707998


Comments

No comments written yet.

Please login to write comment.