Color Hex Logo

#707ffc Color Hex

#707FFC
(112,127,252)
0 Favorites   0 Comments

Color spaces of #707ffc

RGB 112127252
HSL0.650.960.71
HSV234°56°99°
CMYK 0.560.500.00   0.01
XYZ31.842225.651895.3685
Yxy25.65180.20830.1678
Hunter Lab50.647623.5898-76.1886
CIE-Lab57.705129.5686-64.2796

#707ffc color RGB value is (112,127,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 01111111 11111100
Octal 160 177 374
Decimal 112 127 252
Hex 70 7F FC

RGB Percentages of Color #707ffc

%22.81
%25.87
%51.32

CMYK Percentages of Color #707ffc

%56
%50
%0
%1

Triadic Colors of #707ffc

#707ffc #fc707f #7ffc70

Analogous Colors of #707ffc

#707ffc #a770fc #70c5fc

Monochromatic Colors of #707ffc

#707ffc

Complementary Color

#707ffc #fced70

#707ffc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#707ffc Color Preview on White Background

Lorem ipsum dolor sit amet.

#707ffc Color CSS Codes

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

#707ffc Text Font Color

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

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


#707ffc Background Color

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

This div background color is #707ffc


#707ffc Border Color

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

This div border color is #707ffc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #707ffc


Comments

No comments written yet.

Please login to write comment.