Color Hex Logo

#708ed2 Color Hex

#708ED2
(112,142,210)
0 Favorites   0 Comments

Color spaces of #708ed2

RGB 112142210
HSL0.620.520.63
HSV222°47°82°
CMYK 0.470.320.00   0.18
XYZ27.988027.443964.7948
Yxy27.44390.23280.2283
Hunter Lab52.38693.6875-36.6620
CIE-Lab59.38307.7185-38.2542

#708ed2 color RGB value is (112,142,210).

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

The process color (four color CMYK) of #708ed2 color hex is 0.47, 0.32, 0.00, 0.18. Web safe color of #708ed2 is #6699cc. Color #708ed2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 10001110 11010010
Octal 160 216 322
Decimal 112 142 210
Hex 70 8E D2

RGB Percentages of Color #708ed2

%24.14
%30.60
%45.26

CMYK Percentages of Color #708ed2

%47
%32
%0
%18

Triadic Colors of #708ed2

#708ed2 #d2708e #8ed270

Analogous Colors of #708ed2

#708ed2 #8370d2 #70bfd2

Monochromatic Colors of #708ed2

#708ed2

Complementary Color

#708ed2 #d2b470

#708ed2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#708ed2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#708ed2 Color CSS Codes

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

#708ed2 Text Font Color

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

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


#708ed2 Background Color

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

This div background color is #708ed2


#708ed2 Border Color

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

This div border color is #708ed2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #708ed2


Comments

No comments written yet.

Please login to write comment.