Color Hex Logo

#708fcb Color Hex

#708FCB
(112,143,203)
0 Favorites   0 Comments

Color spaces of #708fcb

RGB 112143203
HSL0.610.470.62
HSV220°45°80°
CMYK 0.450.300.00   0.20
XYZ27.284027.401560.3509
Yxy27.40150.23720.2382
Hunter Lab52.34641.4315-31.7137
CIE-Lab59.34415.0731-34.3838

#708fcb color RGB value is (112,143,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 10001111 11001011
Octal 160 217 313
Decimal 112 143 203
Hex 70 8F CB

RGB Percentages of Color #708fcb

%24.45
%31.22
%44.32

CMYK Percentages of Color #708fcb

%45
%30
%0
%20

Triadic Colors of #708fcb

#708fcb #cb708f #8fcb70

Analogous Colors of #708fcb

#708fcb #7f70cb #70bdcb

Monochromatic Colors of #708fcb

#708fcb

Complementary Color

#708fcb #cbac70

#708fcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#708fcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#708fcb Color CSS Codes

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

#708fcb Text Font Color

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

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


#708fcb Background Color

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

This div background color is #708fcb


#708fcb Border Color

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

This div border color is #708fcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #708fcb


Comments

No comments written yet.

Please login to write comment.