Color Hex Logo

#707eda Color Hex

#707EDA
(112,126,218)
0 Favorites   0 Comments

Color spaces of #707eda

RGB 112126218
HSL0.640.590.65
HSV232°49°85°
CMYK 0.490.420.00   0.15
XYZ26.797823.428469.4394
Yxy23.42840.22390.1958
Hunter Lab48.402914.1198-51.1762
CIE-Lab55.510919.6248-48.8573

#707eda color RGB value is (112,126,218).

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

The process color (four color CMYK) of #707eda color hex is 0.49, 0.42, 0.00, 0.15. Web safe color of #707eda is #6666cc. Color #707eda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 01111110 11011010
Octal 160 176 332
Decimal 112 126 218
Hex 70 7E DA

RGB Percentages of Color #707eda

%24.56
%27.63
%47.81

CMYK Percentages of Color #707eda

%49
%42
%0
%15

Triadic Colors of #707eda

#707eda #da707e #7eda70

Analogous Colors of #707eda

#707eda #9770da #70b3da

Monochromatic Colors of #707eda

#707eda

Complementary Color

#707eda #dacc70

#707eda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#707eda Color Preview on White Background

Lorem ipsum dolor sit amet.

#707eda Color CSS Codes

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

#707eda Text Font Color

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

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


#707eda Background Color

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

This div background color is #707eda


#707eda Border Color

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

This div border color is #707eda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #707eda


Comments

No comments written yet.

Please login to write comment.