Color Hex Logo

#708ecb Color Hex

#708ECB
(112,142,203)
0 Favorites   0 Comments

Color spaces of #708ecb

RGB 112142203
HSL0.610.470.62
HSV220°45°80°
CMYK 0.450.300.00   0.20
XYZ27.134627.102560.3011
Yxy27.10250.23690.2366
Hunter Lab52.06011.9322-32.2335
CIE-Lab59.06915.6556-34.8129

#708ecb color RGB value is (112,142,203).

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

The process color (four color CMYK) of #708ecb color hex is 0.45, 0.30, 0.00, 0.20. Web safe color of #708ecb is #6699cc. Color #708ecb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 10001110 11001011
Octal 160 216 313
Decimal 112 142 203
Hex 70 8E CB

RGB Percentages of Color #708ecb

%24.51
%31.07
%44.42

CMYK Percentages of Color #708ecb

%45
%30
%0
%20

Triadic Colors of #708ecb

#708ecb #cb708e #8ecb70

Analogous Colors of #708ecb

#708ecb #8070cb #70bccb

Monochromatic Colors of #708ecb

#708ecb

Complementary Color

#708ecb #cbad70

#708ecb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#708ecb Color Preview on White Background

Lorem ipsum dolor sit amet.

#708ecb Color CSS Codes

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

#708ecb Text Font Color

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

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


#708ecb Background Color

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

This div background color is #708ecb


#708ecb Border Color

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

This div border color is #708ecb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #708ecb


Comments

No comments written yet.

Please login to write comment.