Color Hex Logo

#708bbb Color Hex

#708BBB
(112,139,187)
0 Favorites   0 Comments

Color spaces of #708bbb

RGB 112139187
HSL0.610.360.59
HSV218°40°73°
CMYK 0.400.260.00   0.27
XYZ24.884425.497850.6237
Yxy25.49780.24640.2524
Hunter Lab50.4953-0.4010-24.0940
CIE-Lab57.55732.8075-28.1163

#708bbb color RGB value is (112,139,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 10001011 10111011
Octal 160 213 273
Decimal 112 139 187
Hex 70 8B BB

RGB Percentages of Color #708bbb

%25.57
%31.74
%42.69

CMYK Percentages of Color #708bbb

%40
%26
%0
%27

Triadic Colors of #708bbb

#708bbb #bb708b #8bbb70

Analogous Colors of #708bbb

#708bbb #7b70bb #70b1bb

Monochromatic Colors of #708bbb

#708bbb

Complementary Color

#708bbb #bba070

#708bbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#708bbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#708bbb Color CSS Codes

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

#708bbb Text Font Color

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

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


#708bbb Background Color

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

This div background color is #708bbb


#708bbb Border Color

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

This div border color is #708bbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #708bbb


Comments

No comments written yet.

Please login to write comment.