Color Hex Logo

#707ece Color Hex

#707ECE
(112,126,206)
0 Favorites   0 Comments

Color spaces of #707ece

RGB 112126206
HSL0.640.490.62
HSV231°46°81°
CMYK 0.460.390.00   0.19
XYZ25.283522.822761.4652
Yxy22.82270.23070.2083
Hunter Lab47.773110.8666-42.8417
CIE-Lab54.889216.0085-43.0696

#707ece color RGB value is (112,126,206).

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

The process color (four color CMYK) of #707ece color hex is 0.46, 0.39, 0.00, 0.19. Web safe color of #707ece is #6666cc. Color #707ece contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 01111110 11001110
Octal 160 176 316
Decimal 112 126 206
Hex 70 7E CE

RGB Percentages of Color #707ece

%25.23
%28.38
%46.40

CMYK Percentages of Color #707ece

%46
%39
%0
%19

Triadic Colors of #707ece

#707ece #ce707e #7ece70

Analogous Colors of #707ece

#707ece #9170ce #70adce

Monochromatic Colors of #707ece

#707ece

Complementary Color

#707ece #cec070

#707ece Color Preview on Black Background

Lorem ipsum dolor sit amet.

#707ece Color Preview on White Background

Lorem ipsum dolor sit amet.

#707ece Color CSS Codes

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

#707ece Text Font Color

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

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


#707ece Background Color

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

This div background color is #707ece


#707ece Border Color

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

This div border color is #707ece


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #707ece


Comments

No comments written yet.

Please login to write comment.