Color Hex Logo

#708eea Color Hex

#708EEA
(112,142,234)
0 Favorites   0 Comments

Color spaces of #708eea

RGB 112142234
HSL0.630.740.68
HSV225°52°92°
CMYK 0.520.390.00   0.08
XYZ31.206428.731381.7428
Yxy28.73130.22030.2028
Hunter Lab53.601610.1184-52.8966
CIE-Lab60.543815.0060-49.7998

#708eea color RGB value is (112,142,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 10001110 11101010
Octal 160 216 352
Decimal 112 142 234
Hex 70 8E EA

RGB Percentages of Color #708eea

%22.95
%29.10
%47.95

CMYK Percentages of Color #708eea

%52
%39
%0
%8

Triadic Colors of #708eea

#708eea #ea708e #8eea70

Analogous Colors of #708eea

#708eea #8f70ea #70cbea

Monochromatic Colors of #708eea

#708eea

Complementary Color

#708eea #eacc70

#708eea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#708eea Color Preview on White Background

Lorem ipsum dolor sit amet.

#708eea Color CSS Codes

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

#708eea Text Font Color

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

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


#708eea Background Color

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

This div background color is #708eea


#708eea Border Color

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

This div border color is #708eea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #708eea


Comments

No comments written yet.

Please login to write comment.