Color Hex Logo

#5070fe Color Hex

#5070FE
(80,112,254)
0 Favorites   0 Comments

Color spaces of #5070fe

RGB 80112254
HSL0.640.990.65
HSV229°69°100°
CMYK 0.690.560.00   0.00
XYZ26.991820.449696.2905
Yxy20.44960.18780.1423
Hunter Lab45.221227.4065-94.5925
CIE-Lab52.341834.0740-74.1413

#5070fe color RGB value is (80,112,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 01110000 11111110
Octal 120 160 376
Decimal 80 112 254
Hex 50 70 FE

RGB Percentages of Color #5070fe

%17.94
%25.11
%56.95

CMYK Percentages of Color #5070fe

%69
%56
%0
%0

Triadic Colors of #5070fe

#5070fe #fe5070 #70fe50

Analogous Colors of #5070fe

#5070fe #8750fe #50c7fe

Monochromatic Colors of #5070fe

#5070fe

Complementary Color

#5070fe #fede50

#5070fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5070fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#5070fe Color CSS Codes

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

#5070fe Text Font Color

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

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


#5070fe Background Color

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

This div background color is #5070fe


#5070fe Border Color

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

This div border color is #5070fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5070fe

Related Colors


Comments

No comments written yet.

Please login to write comment.