Color Hex Logo

#707eca Color Hex

#707ECA
(112,126,202)
0 Favorites   0 Comments

Color spaces of #707eca

RGB 112126202
HSL0.640.460.62
HSV231°45°79°
CMYK 0.450.380.00   0.21
XYZ24.803622.630758.9380
Yxy22.63070.23320.2127
Hunter Lab47.57179.8182-40.1559
CIE-Lab54.689914.8203-41.1162

#707eca color RGB value is (112,126,202).

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

The process color (four color CMYK) of #707eca color hex is 0.45, 0.38, 0.00, 0.21. Web safe color of #707eca is #6666cc. Color #707eca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 01111110 11001010
Octal 160 176 312
Decimal 112 126 202
Hex 70 7E CA

RGB Percentages of Color #707eca

%25.45
%28.64
%45.91

CMYK Percentages of Color #707eca

%45
%38
%0
%21

Triadic Colors of #707eca

#707eca #ca707e #7eca70

Analogous Colors of #707eca

#707eca #8f70ca #70abca

Monochromatic Colors of #707eca

#707eca

Complementary Color

#707eca #cabc70

#707eca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#707eca Color Preview on White Background

Lorem ipsum dolor sit amet.

#707eca Color CSS Codes

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

#707eca Text Font Color

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

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


#707eca Background Color

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

This div background color is #707eca


#707eca Border Color

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

This div border color is #707eca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #707eca


Comments

No comments written yet.

Please login to write comment.