Color Hex Logo

#708ffd Color Hex

#708FFD
(112,143,253)
0 Favorites   0 Comments

Color spaces of #708ffd

RGB 112143253
HSL0.630.970.72
HSV227°56°99°
CMYK 0.560.430.00   0.01
XYZ34.234230.181596.9498
Yxy30.18150.21220.1870
Hunter Lab54.937715.0906-66.1740
CIE-Lab61.810520.3591-58.2530

#708ffd color RGB value is (112,143,253).

#708ffd hex color red value is 112, green value is 143 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #708ffd hue: 0.63 , saturation: 0.97 and the lightness value of 708ffd is 0.72.

The process color (four color CMYK) of #708ffd color hex is 0.56, 0.43, 0.00, 0.01. Web safe color of #708ffd is #6699ff. Color #708ffd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 10001111 11111101
Octal 160 217 375
Decimal 112 143 253
Hex 70 8F FD

RGB Percentages of Color #708ffd

%22.05
%28.15
%49.80

CMYK Percentages of Color #708ffd

%56
%43
%0
%1

Triadic Colors of #708ffd

#708ffd #fd708f #8ffd70

Analogous Colors of #708ffd

#708ffd #9870fd #70d6fd

Monochromatic Colors of #708ffd

#708ffd

Complementary Color

#708ffd #fdde70

#708ffd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#708ffd Color Preview on White Background

Lorem ipsum dolor sit amet.

#708ffd Color CSS Codes

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

#708ffd Text Font Color

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

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


#708ffd Background Color

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

This div background color is #708ffd


#708ffd Border Color

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

This div border color is #708ffd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #708ffd


Comments

No comments written yet.

Please login to write comment.