Color Hex Logo

#708dcc Color Hex

#708DCC
(112,141,204)
0 Favorites   0 Comments

Color spaces of #708dcc

RGB 112141204
HSL0.610.470.62
HSV221°45°80°
CMYK 0.450.310.00   0.20
XYZ27.106126.854160.8815
Yxy26.85410.23600.2338
Hunter Lab51.82092.6818-33.3818
CIE-Lab58.83906.5318-35.7348

#708dcc color RGB value is (112,141,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 10001101 11001100
Octal 160 215 314
Decimal 112 141 204
Hex 70 8D CC

RGB Percentages of Color #708dcc

%24.51
%30.85
%44.64

CMYK Percentages of Color #708dcc

%45
%31
%0
%20

Triadic Colors of #708dcc

#708dcc #cc708d #8dcc70

Analogous Colors of #708dcc

#708dcc #8170cc #70bbcc

Monochromatic Colors of #708dcc

#708dcc

Complementary Color

#708dcc #ccaf70

#708dcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#708dcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#708dcc Color CSS Codes

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

#708dcc Text Font Color

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

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


#708dcc Background Color

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

This div background color is #708dcc


#708dcc Border Color

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

This div border color is #708dcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #708dcc


Comments

No comments written yet.

Please login to write comment.