Color Hex Logo

#707693 Color Hex

#707693
(112,118,147)
0 Favorites   0 Comments

Color spaces of #707693

RGB 112118147
HSL0.640.140.51
HSV230°24°58°
CMYK 0.240.200.00   0.42
XYZ18.427018.508230.2050
Yxy18.50820.27450.2757
Hunter Lab43.02121.1688-11.5125
CIE-Lab50.10684.4415-16.4604

#707693 color RGB value is (112,118,147).

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

The process color (four color CMYK) of #707693 color hex is 0.24, 0.20, 0.00, 0.42. Web safe color of #707693 is #666699. Color #707693 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 01110110 10010011
Octal 160 166 223
Decimal 112 118 147
Hex 70 76 93

RGB Percentages of Color #707693

%29.71
%31.30
%38.99

CMYK Percentages of Color #707693

%24
%20
%0
%42

Triadic Colors of #707693

#707693 #937076 #769370

Analogous Colors of #707693

#707693 #7c7093 #708893

Monochromatic Colors of #707693

#707693

Complementary Color

#707693 #938d70

#707693 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#707693 Color Preview on White Background

Lorem ipsum dolor sit amet.

#707693 Color CSS Codes

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

#707693 Text Font Color

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

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


#707693 Background Color

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

This div background color is #707693


#707693 Border Color

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

This div border color is #707693


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #707693


Comments

No comments written yet.

Please login to write comment.