Color Hex Logo

#707183 Color Hex

#707183
(112,113,131)
0 Favorites   0 Comments

Color spaces of #707183

RGB 112113131
HSL0.660.080.48
HSV237°15°51°
CMYK 0.150.140.00   0.49
XYZ16.684016.893723.8542
Yxy16.89370.29050.2942
Hunter Lab41.10190.5279-5.6386
CIE-Lab48.12583.5521-10.0061

#707183 color RGB value is (112,113,131).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 01110001 10000011
Octal 160 161 203
Decimal 112 113 131
Hex 70 71 83

RGB Percentages of Color #707183

%31.46
%31.74
%36.80

CMYK Percentages of Color #707183

%15
%14
%0
%49

Triadic Colors of #707183

#707183 #837071 #718370

Analogous Colors of #707183

#707183 #797083 #707b83

Monochromatic Colors of #707183

#707183

Complementary Color

#707183 #838270

#707183 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#707183 Color Preview on White Background

Lorem ipsum dolor sit amet.

#707183 Color CSS Codes

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

#707183 Text Font Color

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

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


#707183 Background Color

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

This div background color is #707183


#707183 Border Color

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

This div border color is #707183


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #707183


Comments

No comments written yet.

Please login to write comment.