Color Hex Logo

#708cfa Color Hex

#708CFA
(112,140,250)
0 Favorites   0 Comments

Color spaces of #708cfa

RGB 112140250
HSL0.630.930.71
HSV228°55°98°
CMYK 0.550.440.00   0.02
XYZ33.315529.103094.3040
Yxy29.10300.21260.1857
Hunter Lab53.947215.8264-65.8806
CIE-Lab60.872421.1914-58.1040

#708cfa color RGB value is (112,140,250).

#708cfa hex color red value is 112, green value is 140 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #708cfa hue: 0.63 , saturation: 0.93 and the lightness value of 708cfa is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 10001100 11111010
Octal 160 214 372
Decimal 112 140 250
Hex 70 8C FA

RGB Percentages of Color #708cfa

%22.31
%27.89
%49.80

CMYK Percentages of Color #708cfa

%55
%44
%0
%2

Triadic Colors of #708cfa

#708cfa #fa708c #8cfa70

Analogous Colors of #708cfa

#708cfa #9970fa #70d1fa

Monochromatic Colors of #708cfa

#708cfa

Complementary Color

#708cfa #fade70

#708cfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#708cfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#708cfa Color CSS Codes

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

#708cfa Text Font Color

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

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


#708cfa Background Color

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

This div background color is #708cfa


#708cfa Border Color

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

This div border color is #708cfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #708cfa


Comments

No comments written yet.

Please login to write comment.