Color Hex Logo

#708ded Color Hex

#708DED
(112,141,237)
0 Favorites   0 Comments

Color spaces of #708ded

RGB 112141237
HSL0.630.780.68
HSV226°53°93°
CMYK 0.530.410.00   0.07
XYZ31.493028.608983.9830
Yxy28.60890.21860.1986
Hunter Lab53.487311.4970-55.6530
CIE-Lab60.434916.5279-51.6330

#708ded color RGB value is (112,141,237).

#708ded hex color red value is 112, green value is 141 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #708ded hue: 0.63 , saturation: 0.78 and the lightness value of 708ded is 0.68.

The process color (four color CMYK) of #708ded color hex is 0.53, 0.41, 0.00, 0.07. Web safe color of #708ded is #6699ff. Color #708ded contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 10001101 11101101
Octal 160 215 355
Decimal 112 141 237
Hex 70 8D ED

RGB Percentages of Color #708ded

%22.86
%28.78
%48.37

CMYK Percentages of Color #708ded

%53
%41
%0
%7

Triadic Colors of #708ded

#708ded #ed708d #8ded70

Analogous Colors of #708ded

#708ded #9270ed #70cced

Monochromatic Colors of #708ded

#708ded

Complementary Color

#708ded #edd070

#708ded Color Preview on Black Background

Lorem ipsum dolor sit amet.

#708ded Color Preview on White Background

Lorem ipsum dolor sit amet.

#708ded Color CSS Codes

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

#708ded Text Font Color

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

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


#708ded Background Color

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

This div background color is #708ded


#708ded Border Color

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

This div border color is #708ded


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #708ded


Comments

No comments written yet.

Please login to write comment.