Color Hex Logo

#707eba Color Hex

#707EBA
(112,126,186)
0 Favorites   0 Comments

Color spaces of #707eba

RGB 112126186
HSL0.640.350.58
HSV229°40°73°
CMYK 0.400.320.00   0.27
XYZ23.005921.911649.4712
Yxy21.91160.24370.2321
Hunter Lab46.80985.8112-29.8941
CIE-Lab53.933110.1687-33.1801

#707eba color RGB value is (112,126,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 01111110 10111010
Octal 160 176 272
Decimal 112 126 186
Hex 70 7E BA

RGB Percentages of Color #707eba

%26.42
%29.72
%43.87

CMYK Percentages of Color #707eba

%40
%32
%0
%27

Triadic Colors of #707eba

#707eba #ba707e #7eba70

Analogous Colors of #707eba

#707eba #8770ba #70a3ba

Monochromatic Colors of #707eba

#707eba

Complementary Color

#707eba #baac70

#707eba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#707eba Color Preview on White Background

Lorem ipsum dolor sit amet.

#707eba Color CSS Codes

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

#707eba Text Font Color

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

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


#707eba Background Color

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

This div background color is #707eba


#707eba Border Color

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

This div border color is #707eba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #707eba


Comments

No comments written yet.

Please login to write comment.