Color Hex Logo

#708bdb Color Hex

#708BDB
(112,139,219)
0 Favorites   0 Comments

Color spaces of #708bdb

RGB 112139219
HSL0.620.600.65
HSV225°49°86°
CMYK 0.490.370.00   0.14
XYZ28.700927.024570.7214
Yxy27.02450.22700.2137
Hunter Lab51.98517.5757-44.2696
CIE-Lab58.997012.1829-43.8998

#708bdb color RGB value is (112,139,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 10001011 11011011
Octal 160 213 333
Decimal 112 139 219
Hex 70 8B DB

RGB Percentages of Color #708bdb

%23.83
%29.57
%46.60

CMYK Percentages of Color #708bdb

%49
%37
%0
%14

Triadic Colors of #708bdb

#708bdb #db708b #8bdb70

Analogous Colors of #708bdb

#708bdb #8b70db #70c1db

Monochromatic Colors of #708bdb

#708bdb

Complementary Color

#708bdb #dbc070

#708bdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#708bdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#708bdb Color CSS Codes

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

#708bdb Text Font Color

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

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


#708bdb Background Color

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

This div background color is #708bdb


#708bdb Border Color

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

This div border color is #708bdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #708bdb


Comments

No comments written yet.

Please login to write comment.