Color Hex Logo

#708fdb Color Hex

#708FDB
(112,143,219)
0 Favorites   0 Comments

Color spaces of #708fdb

RGB 112143219
HSL0.620.600.65
HSV223°49°86°
CMYK 0.490.350.00   0.14
XYZ29.290728.204170.9180
Yxy28.20410.22810.2196
Hunter Lab53.10755.5109-41.9986
CIE-Lab60.07279.8285-42.2055

#708fdb color RGB value is (112,143,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 10001111 11011011
Octal 160 217 333
Decimal 112 143 219
Hex 70 8F DB

RGB Percentages of Color #708fdb

%23.63
%30.17
%46.20

CMYK Percentages of Color #708fdb

%49
%35
%0
%14

Triadic Colors of #708fdb

#708fdb #db708f #8fdb70

Analogous Colors of #708fdb

#708fdb #8770db #70c5db

Monochromatic Colors of #708fdb

#708fdb

Complementary Color

#708fdb #dbbc70

#708fdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#708fdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#708fdb Color CSS Codes

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

#708fdb Text Font Color

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

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


#708fdb Background Color

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

This div background color is #708fdb


#708fdb Border Color

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

This div border color is #708fdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #708fdb


Comments

No comments written yet.

Please login to write comment.