Color Hex Logo

#707cee Color Hex

#707CEE
(112,124,238)
0 Favorites   0 Comments

Color spaces of #707cee

RGB 112124238
HSL0.650.790.69
HSV234°53°93°
CMYK 0.530.480.00   0.07
XYZ29.322424.033183.9823
Yxy24.03310.21350.1750
Hunter Lab49.023620.9747-67.2532
CIE-Lab56.120926.9838-59.0704

#707cee color RGB value is (112,124,238).

#707cee hex color red value is 112, green value is 124 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #707cee hue: 0.65 , saturation: 0.79 and the lightness value of 707cee is 0.69.

The process color (four color CMYK) of #707cee color hex is 0.53, 0.48, 0.00, 0.07. Web safe color of #707cee is #6666ff. Color #707cee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 01111100 11101110
Octal 160 174 356
Decimal 112 124 238
Hex 70 7C EE

RGB Percentages of Color #707cee

%23.63
%26.16
%50.21

CMYK Percentages of Color #707cee

%53
%48
%0
%7

Triadic Colors of #707cee

#707cee #ee707c #7cee70

Analogous Colors of #707cee

#707cee #a370ee #70bbee

Monochromatic Colors of #707cee

#707cee

Complementary Color

#707cee #eee270

#707cee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#707cee Color Preview on White Background

Lorem ipsum dolor sit amet.

#707cee Color CSS Codes

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

#707cee Text Font Color

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

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


#707cee Background Color

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

This div background color is #707cee


#707cee Border Color

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

This div border color is #707cee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #707cee


Comments

No comments written yet.

Please login to write comment.