Color Hex Logo

#708bbe Color Hex

#708BBE
(112,139,190)
0 Favorites   0 Comments

Color spaces of #708bbe

RGB 112139190
HSL0.610.380.59
HSV219°41°75°
CMYK 0.410.270.00   0.25
XYZ25.209025.627752.3332
Yxy25.62770.24430.2484
Hunter Lab50.62380.2955-25.8554
CIE-Lab57.68203.6548-29.6261

#708bbe color RGB value is (112,139,190).

#708bbe hex color red value is 112, green value is 139 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #708bbe hue: 0.61 , saturation: 0.38 and the lightness value of 708bbe is 0.59.

The process color (four color CMYK) of #708bbe color hex is 0.41, 0.27, 0.00, 0.25. Web safe color of #708bbe is #6699cc. Color #708bbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 10001011 10111110
Octal 160 213 276
Decimal 112 139 190
Hex 70 8B BE

RGB Percentages of Color #708bbe

%25.40
%31.52
%43.08

CMYK Percentages of Color #708bbe

%41
%27
%0
%25

Triadic Colors of #708bbe

#708bbe #be708b #8bbe70

Analogous Colors of #708bbe

#708bbe #7c70be #70b2be

Monochromatic Colors of #708bbe

#708bbe

Complementary Color

#708bbe #bea370

#708bbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#708bbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#708bbe Color CSS Codes

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

#708bbe Text Font Color

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

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


#708bbe Background Color

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

This div background color is #708bbe


#708bbe Border Color

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

This div border color is #708bbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #708bbe


Comments

No comments written yet.

Please login to write comment.