Color Hex Logo

#708aea Color Hex

#708AEA
(112,138,234)
0 Favorites   0 Comments

Color spaces of #708aea

RGB 112138234
HSL0.630.740.68
HSV227°52°92°
CMYK 0.520.410.00   0.08
XYZ30.621927.562281.5480
Yxy27.56220.21910.1973
Hunter Lab52.499712.2405-55.3456
CIE-Lab59.491117.3759-51.4702

#708aea color RGB value is (112,138,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 10001010 11101010
Octal 160 212 352
Decimal 112 138 234
Hex 70 8A EA

RGB Percentages of Color #708aea

%23.14
%28.51
%48.35

CMYK Percentages of Color #708aea

%52
%41
%0
%8

Triadic Colors of #708aea

#708aea #ea708a #8aea70

Analogous Colors of #708aea

#708aea #9370ea #70c7ea

Monochromatic Colors of #708aea

#708aea

Complementary Color

#708aea #ead070

#708aea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#708aea Color Preview on White Background

Lorem ipsum dolor sit amet.

#708aea Color CSS Codes

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

#708aea Text Font Color

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

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


#708aea Background Color

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

This div background color is #708aea


#708aea Border Color

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

This div border color is #708aea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #708aea


Comments

No comments written yet.

Please login to write comment.