Color Hex Logo

#707dea Color Hex

#707DEA
(112,125,234)
0 Favorites   0 Comments

Color spaces of #707dea

RGB 112125234
HSL0.650.740.68
HSV234°52°92°
CMYK 0.520.470.00   0.08
XYZ28.867024.052580.9630
Yxy24.05250.21560.1797
Hunter Lab49.043319.2396-63.5483
CIE-Lab56.140325.1420-56.8121

#707dea color RGB value is (112,125,234).

#707dea hex color red value is 112, green value is 125 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #707dea hue: 0.65 , saturation: 0.74 and the lightness value of 707dea is 0.68.

The process color (four color CMYK) of #707dea color hex is 0.52, 0.47, 0.00, 0.08. Web safe color of #707dea is #6666ff. Color #707dea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 01111101 11101010
Octal 160 175 352
Decimal 112 125 234
Hex 70 7D EA

RGB Percentages of Color #707dea

%23.78
%26.54
%49.68

CMYK Percentages of Color #707dea

%52
%47
%0
%8

Triadic Colors of #707dea

#707dea #ea707d #7dea70

Analogous Colors of #707dea

#707dea #a070ea #70baea

Monochromatic Colors of #707dea

#707dea

Complementary Color

#707dea #eadd70

#707dea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#707dea Color Preview on White Background

Lorem ipsum dolor sit amet.

#707dea Color CSS Codes

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

#707dea Text Font Color

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

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


#707dea Background Color

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

This div background color is #707dea


#707dea Border Color

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

This div border color is #707dea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #707dea


Comments

No comments written yet.

Please login to write comment.