Color Hex Logo

#708bde Color Hex

#708BDE
(112,139,222)
0 Favorites   0 Comments

Color spaces of #708bde

RGB 112139222
HSL0.630.630.65
HSV225°50°87°
CMYK 0.500.370.00   0.13
XYZ29.099527.183972.8205
Yxy27.18390.22540.2106
Hunter Lab52.13828.3831-46.3126
CIE-Lab59.144213.0943-45.3430

#708bde color RGB value is (112,139,222).

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

The process color (four color CMYK) of #708bde color hex is 0.50, 0.37, 0.00, 0.13. Web safe color of #708bde is #6699cc. Color #708bde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 10001011 11011110
Octal 160 213 336
Decimal 112 139 222
Hex 70 8B DE

RGB Percentages of Color #708bde

%23.68
%29.39
%46.93

CMYK Percentages of Color #708bde

%50
%37
%0
%13

Triadic Colors of #708bde

#708bde #de708b #8bde70

Analogous Colors of #708bde

#708bde #8c70de #70c2de

Monochromatic Colors of #708bde

#708bde

Complementary Color

#708bde #dec370

#708bde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#708bde Color Preview on White Background

Lorem ipsum dolor sit amet.

#708bde Color CSS Codes

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

#708bde Text Font Color

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

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


#708bde Background Color

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

This div background color is #708bde


#708bde Border Color

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

This div border color is #708bde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #708bde


Comments

No comments written yet.

Please login to write comment.