Color Hex Logo

#707ebb Color Hex

#707EBB
(112,126,187)
0 Favorites   0 Comments

Color spaces of #707ebb

RGB 112126187
HSL0.640.360.59
HSV229°40°73°
CMYK 0.400.330.00   0.27
XYZ23.112621.954350.0331
Yxy21.95430.24300.2309
Hunter Lab46.85546.0526-30.5122
CIE-Lab53.978510.4540-33.6817

#707ebb color RGB value is (112,126,187).

#707ebb hex color red value is 112, green value is 126 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #707ebb hue: 0.64 , saturation: 0.36 and the lightness value of 707ebb is 0.59.

The process color (four color CMYK) of #707ebb color hex is 0.40, 0.33, 0.00, 0.27. Web safe color of #707ebb is #6666cc. Color #707ebb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 01111110 10111011
Octal 160 176 273
Decimal 112 126 187
Hex 70 7E BB

RGB Percentages of Color #707ebb

%26.35
%29.65
%44.00

CMYK Percentages of Color #707ebb

%40
%33
%0
%27

Triadic Colors of #707ebb

#707ebb #bb707e #7ebb70

Analogous Colors of #707ebb

#707ebb #8870bb #70a4bb

Monochromatic Colors of #707ebb

#707ebb

Complementary Color

#707ebb #bbad70

#707ebb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#707ebb Color Preview on White Background

Lorem ipsum dolor sit amet.

#707ebb Color CSS Codes

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

#707ebb Text Font Color

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

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


#707ebb Background Color

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

This div background color is #707ebb


#707ebb Border Color

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

This div border color is #707ebb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(112,126,187, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #707ebb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #707ebb;
  -webkit-box-shadow: 1px 1px 3px 2px #707ebb;
  box-shadow:         1px 1px 3px 2px #707ebb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #707ebb


Comments

No comments written yet.

Please login to write comment.