Color Hex Logo

#707dfc Color Hex

#707DFC
(112,125,252)
0 Favorites   0 Comments

Color spaces of #707dfc

RGB 112125252
HSL0.650.960.71
HSV234°56°99°
CMYK 0.560.500.00   0.01
XYZ31.586425.140395.2832
Yxy25.14030.20780.1654
Hunter Lab50.140124.7032-77.5730
CIE-Lab57.211930.7620-65.0728

#707dfc color RGB value is (112,125,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 01111101 11111100
Octal 160 175 374
Decimal 112 125 252
Hex 70 7D FC

RGB Percentages of Color #707dfc

%22.90
%25.56
%51.53

CMYK Percentages of Color #707dfc

%56
%50
%0
%1

Triadic Colors of #707dfc

#707dfc #fc707d #7dfc70

Analogous Colors of #707dfc

#707dfc #a970fc #70c3fc

Monochromatic Colors of #707dfc

#707dfc

Complementary Color

#707dfc #fcef70

#707dfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#707dfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#707dfc Color CSS Codes

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

#707dfc Text Font Color

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

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


#707dfc Background Color

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

This div background color is #707dfc


#707dfc Border Color

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

This div border color is #707dfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #707dfc


Comments

No comments written yet.

Please login to write comment.