Color Hex Logo

#707590 Color Hex

#707590
(112,117,144)
0 Favorites   0 Comments

Color spaces of #707590

RGB 112117144
HSL0.640.130.50
HSV231°22°56°
CMYK 0.220.190.00   0.44
XYZ18.077418.180928.9420
Yxy18.18090.27730.2788
Hunter Lab42.63911.0591-10.3968
CIE-Lab49.71484.2894-15.2923

#707590 color RGB value is (112,117,144).

#707590 hex color red value is 112, green value is 117 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #707590 hue: 0.64 , saturation: 0.13 and the lightness value of 707590 is 0.50.

The process color (four color CMYK) of #707590 color hex is 0.22, 0.19, 0.00, 0.44. Web safe color of #707590 is #666699. Color #707590 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 01110101 10010000
Octal 160 165 220
Decimal 112 117 144
Hex 70 75 90

RGB Percentages of Color #707590

%30.03
%31.37
%38.61

CMYK Percentages of Color #707590

%22
%19
%0
%44

Triadic Colors of #707590

#707590 #907075 #759070

Analogous Colors of #707590

#707590 #7b7090 #708590

Monochromatic Colors of #707590

#707590

Complementary Color

#707590 #908b70

#707590 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#707590 Color Preview on White Background

Lorem ipsum dolor sit amet.

#707590 Color CSS Codes

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

#707590 Text Font Color

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

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


#707590 Background Color

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

This div background color is #707590


#707590 Border Color

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

This div border color is #707590


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #707590


Comments

No comments written yet.

Please login to write comment.