Color Hex Logo

#708bfa Color Hex

#708BFA
(112,139,250)
0 Favorites   0 Comments

Color spaces of #708bfa

RGB 112139250
HSL0.630.930.71
HSV228°55°98°
CMYK 0.550.440.00   0.02
XYZ33.170028.812194.2555
Yxy28.81210.21230.1844
Hunter Lab53.676916.3707-66.5381
CIE-Lab60.615421.7851-58.5144

#708bfa color RGB value is (112,139,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 10001011 11111010
Octal 160 213 372
Decimal 112 139 250
Hex 70 8B FA

RGB Percentages of Color #708bfa

%22.36
%27.74
%49.90

CMYK Percentages of Color #708bfa

%55
%44
%0
%2

Triadic Colors of #708bfa

#708bfa #fa708b #8bfa70

Analogous Colors of #708bfa

#708bfa #9a70fa #70d0fa

Monochromatic Colors of #708bfa

#708bfa

Complementary Color

#708bfa #fadf70

#708bfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#708bfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#708bfa Color CSS Codes

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

#708bfa Text Font Color

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

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


#708bfa Background Color

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

This div background color is #708bfa


#708bfa Border Color

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

This div border color is #708bfa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(112,139,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 #708bfa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #708bfa


Comments

No comments written yet.

Please login to write comment.