Color Hex Logo

#708dfc Color Hex

#708DFC
(112,141,252)
0 Favorites   0 Comments

Color spaces of #708dfc

RGB 112141252
HSL0.630.960.71
HSV228°56°99°
CMYK 0.560.440.00   0.01
XYZ33.777729.522896.0137
Yxy29.52280.21200.1853
Hunter Lab54.334915.8798-66.7353
CIE-Lab61.240321.2286-58.6149

#708dfc color RGB value is (112,141,252).

#708dfc hex color red value is 112, green value is 141 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #708dfc hue: 0.63 , saturation: 0.96 and the lightness value of 708dfc is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 10001101 11111100
Octal 160 215 374
Decimal 112 141 252
Hex 70 8D FC

RGB Percentages of Color #708dfc

%22.18
%27.92
%49.90

CMYK Percentages of Color #708dfc

%56
%44
%0
%1

Triadic Colors of #708dfc

#708dfc #fc708d #8dfc70

Analogous Colors of #708dfc

#708dfc #9970fc #70d3fc

Monochromatic Colors of #708dfc

#708dfc

Complementary Color

#708dfc #fcdf70

#708dfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#708dfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#708dfc Color CSS Codes

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

#708dfc Text Font Color

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

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


#708dfc Background Color

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

This div background color is #708dfc


#708dfc Border Color

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

This div border color is #708dfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #708dfc


Comments

No comments written yet.

Please login to write comment.