Color Hex Logo

#707583 Color Hex

#707583
(112,117,131)
0 Favorites   0 Comments

Color spaces of #707583

RGB 112117131
HSL0.620.080.48
HSV224°15°51°
CMYK 0.150.110.00   0.49
XYZ17.140117.806024.0063
Yxy17.80600.29070.3020
Hunter Lab42.1972-1.3400-4.1925
CIE-Lab49.26001.1918-8.3064

#707583 color RGB value is (112,117,131).

#707583 hex color red value is 112, green value is 117 and the blue value of its RGB is 131. Cylindrical-coordinate representations (also known as HSL) of color #707583 hue: 0.62 , saturation: 0.08 and the lightness value of 707583 is 0.48.

The process color (four color CMYK) of #707583 color hex is 0.15, 0.11, 0.00, 0.49. Web safe color of #707583 is #666699. Color #707583 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 01110101 10000011
Octal 160 165 203
Decimal 112 117 131
Hex 70 75 83

RGB Percentages of Color #707583

%31.11
%32.50
%36.39

CMYK Percentages of Color #707583

%15
%11
%0
%49

Triadic Colors of #707583

#707583 #837075 #758370

Analogous Colors of #707583

#707583 #757083 #707f83

Monochromatic Colors of #707583

#707583

Complementary Color

#707583 #837e70

#707583 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#707583 Color Preview on White Background

Lorem ipsum dolor sit amet.

#707583 Color CSS Codes

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

#707583 Text Font Color

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

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


#707583 Background Color

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

This div background color is #707583


#707583 Border Color

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

This div border color is #707583


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #707583


Comments

No comments written yet.

Please login to write comment.