Color Hex Logo

#707cfc Color Hex

#707CFC
(112,124,252)
0 Favorites   0 Comments

Color spaces of #707cfc

RGB 112124252
HSL0.650.960.71
HSV235°56°99°
CMYK 0.560.510.00   0.01
XYZ31.460424.888395.2412
Yxy24.88830.20750.1642
Hunter Lab49.888225.2611-78.2684
CIE-Lab56.966431.3588-65.4679

#707cfc color RGB value is (112,124,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 01111100 11111100
Octal 160 174 374
Decimal 112 124 252
Hex 70 7C FC

RGB Percentages of Color #707cfc

%22.95
%25.41
%51.64

CMYK Percentages of Color #707cfc

%56
%51
%0
%1

Triadic Colors of #707cfc

#707cfc #fc707c #7cfc70

Analogous Colors of #707cfc

#707cfc #aa70fc #70c2fc

Monochromatic Colors of #707cfc

#707cfc

Complementary Color

#707cfc #fcf070

#707cfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#707cfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#707cfc Color CSS Codes

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

#707cfc Text Font Color

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

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


#707cfc Background Color

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

This div background color is #707cfc


#707cfc Border Color

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

This div border color is #707cfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #707cfc


Comments

No comments written yet.

Please login to write comment.