Color Hex Logo

#708edb Color Hex

#708EDB
(112,142,219)
0 Favorites   0 Comments

Color spaces of #708edb

RGB 112142219
HSL0.620.600.65
HSV223°49°86°
CMYK 0.490.350.00   0.14
XYZ29.141327.905270.8682
Yxy27.90520.22780.2182
Hunter Lab52.82546.0257-42.5631
CIE-Lab59.803010.4158-42.6299

#708edb color RGB value is (112,142,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 10001110 11011011
Octal 160 216 333
Decimal 112 142 219
Hex 70 8E DB

RGB Percentages of Color #708edb

%23.68
%30.02
%46.30

CMYK Percentages of Color #708edb

%49
%35
%0
%14

Triadic Colors of #708edb

#708edb #db708e #8edb70

Analogous Colors of #708edb

#708edb #8870db #70c4db

Monochromatic Colors of #708edb

#708edb

Complementary Color

#708edb #dbbd70

#708edb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#708edb Color Preview on White Background

Lorem ipsum dolor sit amet.

#708edb Color CSS Codes

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

#708edb Text Font Color

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

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


#708edb Background Color

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

This div background color is #708edb


#708edb Border Color

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

This div border color is #708edb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #708edb


Comments

No comments written yet.

Please login to write comment.