Color Hex Logo

#707296 Color Hex

#707296
(112,114,150)
0 Favorites   0 Comments

Color spaces of #707296

RGB 112114150
HSL0.660.150.51
HSV237°25°59°
CMYK 0.250.240.00   0.41
XYZ18.204417.681431.3075
Yxy17.68140.27090.2631
Hunter Lab42.04933.6919-14.7095
CIE-Lab49.10747.5794-19.7516

#707296 color RGB value is (112,114,150).

#707296 hex color red value is 112, green value is 114 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #707296 hue: 0.66 , saturation: 0.15 and the lightness value of 707296 is 0.51.

The process color (four color CMYK) of #707296 color hex is 0.25, 0.24, 0.00, 0.41. Web safe color of #707296 is #666699. Color #707296 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 01110010 10010110
Octal 160 162 226
Decimal 112 114 150
Hex 70 72 96

RGB Percentages of Color #707296

%29.79
%30.32
%39.89

CMYK Percentages of Color #707296

%25
%24
%0
%41

Triadic Colors of #707296

#707296 #967072 #729670

Analogous Colors of #707296

#707296 #817096 #708596

Monochromatic Colors of #707296

#707296

Complementary Color

#707296 #969470

#707296 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#707296 Color Preview on White Background

Lorem ipsum dolor sit amet.

#707296 Color CSS Codes

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

#707296 Text Font Color

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

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


#707296 Background Color

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

This div background color is #707296


#707296 Border Color

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

This div border color is #707296


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #707296


Comments

No comments written yet.

Please login to write comment.