Color Hex Logo

#708fef Color Hex

#708FEF
(112,143,239)
0 Favorites   0 Comments

Color spaces of #708fef

RGB 112143239
HSL0.630.800.69
HSV225°53°94°
CMYK 0.530.400.00   0.06
XYZ32.084529.321785.6300
Yxy29.32170.21820.1994
Hunter Lab54.149511.0026-55.8543
CIE-Lab61.064515.9668-51.7388

#708fef color RGB value is (112,143,239).

#708fef hex color red value is 112, green value is 143 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #708fef hue: 0.63 , saturation: 0.80 and the lightness value of 708fef is 0.69.

The process color (four color CMYK) of #708fef color hex is 0.53, 0.40, 0.00, 0.06. Web safe color of #708fef is #6699ff. Color #708fef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 10001111 11101111
Octal 160 217 357
Decimal 112 143 239
Hex 70 8F EF

RGB Percentages of Color #708fef

%22.67
%28.95
%48.38

CMYK Percentages of Color #708fef

%53
%40
%0
%6

Triadic Colors of #708fef

#708fef #ef708f #8fef70

Analogous Colors of #708fef

#708fef #9170ef #70cfef

Monochromatic Colors of #708fef

#708fef

Complementary Color

#708fef #efd070

#708fef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#708fef Color Preview on White Background

Lorem ipsum dolor sit amet.

#708fef Color CSS Codes

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

#708fef Text Font Color

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

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


#708fef Background Color

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

This div background color is #708fef


#708fef Border Color

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

This div border color is #708fef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #708fef


Comments

No comments written yet.

Please login to write comment.