Color Hex Logo

#5070fc Color Hex

#5070FC
(80,112,252)
0 Favorites   0 Comments

Color spaces of #5070fc

RGB 80112252
HSL0.640.970.65
HSV229°68°99°
CMYK 0.680.560.00   0.01
XYZ26.673120.322194.6122
Yxy20.32210.18840.1435
Hunter Lab45.080026.7254-92.8795
CIE-Lab52.199433.3889-73.2648

#5070fc color RGB value is (80,112,252).

#5070fc hex color red value is 80, green value is 112 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #5070fc hue: 0.64 , saturation: 0.97 and the lightness value of 5070fc is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 01110000 11111100
Octal 120 160 374
Decimal 80 112 252
Hex 50 70 FC

RGB Percentages of Color #5070fc

%18.02
%25.23
%56.76

CMYK Percentages of Color #5070fc

%68
%56
%0
%1

Triadic Colors of #5070fc

#5070fc #fc5070 #70fc50

Analogous Colors of #5070fc

#5070fc #8650fc #50c6fc

Monochromatic Colors of #5070fc

#5070fc

Complementary Color

#5070fc #fcdc50

#5070fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5070fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#5070fc Color CSS Codes

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

#5070fc Text Font Color

<p style="color:#5070fc">Text here</p>

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


#5070fc Background Color

<div style="background-color:#5070fc">
Div content here</div>

This div background color is #5070fc


#5070fc Border Color

<div style="border:3px solid #5070fc">
Div here</div>

This div border color is #5070fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5070fc


Comments

No comments written yet.

Please login to write comment.