Color Hex Logo

#708eff Color Hex

#708EFF
(112,142,255)
0 Favorites   0 Comments

Color spaces of #708eff

RGB 112142255
HSL0.631.000.72
HSV227°56°100°
CMYK 0.560.440.00   0.00
XYZ34.405130.010798.5871
Yxy30.01070.21110.1841
Hunter Lab54.782016.2359-68.3524
CIE-Lab61.663521.5839-59.5837

#708eff color RGB value is (112,142,255).

#708eff hex color red value is 112, green value is 142 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #708eff hue: 0.63 , saturation: 1.00 and the lightness value of 708eff is 0.72.

The process color (four color CMYK) of #708eff color hex is 0.56, 0.44, 0.00, 0.00. Web safe color of #708eff is #6699ff. Color #708eff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 10001110 11111111
Octal 160 216 377
Decimal 112 142 255
Hex 70 8E FF

RGB Percentages of Color #708eff

%22.00
%27.90
%50.10

CMYK Percentages of Color #708eff

%56
%44
%0
%0

Triadic Colors of #708eff

#708eff #ff708e #8eff70

Analogous Colors of #708eff

#708eff #9a70ff #70d6ff

Monochromatic Colors of #708eff

#708eff

Complementary Color

#708eff #ffe170

#708eff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#708eff Color Preview on White Background

Lorem ipsum dolor sit amet.

#708eff Color CSS Codes

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

#708eff Text Font Color

<p style="color:#708eff">Text here</p>

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


#708eff Background Color

<div style="background-color:#708eff">
Div content here</div>

This div background color is #708eff


#708eff Border Color

<div style="border:3px solid #708eff">
Div here</div>

This div border color is #708eff


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(112,142,255, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #708eff; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #708eff;
  -webkit-box-shadow: 1px 1px 3px 2px #708eff;
  box-shadow:         1px 1px 3px 2px #708eff; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #708eff


Comments

No comments written yet.

Please login to write comment.