Color Hex Logo

#707cfe Color Hex

#707CFE
(112,124,254)
0 Favorites   0 Comments

Color spaces of #707cfe

RGB 112124254
HSL0.650.990.72
HSV235°56°100°
CMYK 0.560.510.00   0.00
XYZ31.779125.015896.9195
Yxy25.01580.20670.1627
Hunter Lab50.015825.8879-79.8798
CIE-Lab57.090831.9866-66.3704

#707cfe color RGB value is (112,124,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 01111100 11111110
Octal 160 174 376
Decimal 112 124 254
Hex 70 7C FE

RGB Percentages of Color #707cfe

%22.86
%25.31
%51.84

CMYK Percentages of Color #707cfe

%56
%51
%0
%0

Triadic Colors of #707cfe

#707cfe #fe707c #7cfe70

Analogous Colors of #707cfe

#707cfe #ab70fe #70c3fe

Monochromatic Colors of #707cfe

#707cfe

Complementary Color

#707cfe #fef270

#707cfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#707cfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#707cfe Color CSS Codes

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

#707cfe Text Font Color

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

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


#707cfe Background Color

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

This div background color is #707cfe


#707cfe Border Color

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

This div border color is #707cfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #707cfe


Comments

No comments written yet.

Please login to write comment.