Color Hex Logo

#5070fa Color Hex

#5070FA
(80,112,250)
0 Favorites   0 Comments

Color spaces of #5070fa

RGB 80112250
HSL0.640.940.65
HSV229°68°98°
CMYK 0.680.550.00   0.02
XYZ26.357820.195992.9515
Yxy20.19590.18890.1448
Hunter Lab44.939826.0478-91.1748
CIE-Lab52.058032.7037-72.3855

#5070fa color RGB value is (80,112,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 01110000 11111010
Octal 120 160 372
Decimal 80 112 250
Hex 50 70 FA

RGB Percentages of Color #5070fa

%18.10
%25.34
%56.56

CMYK Percentages of Color #5070fa

%68
%55
%0
%2

Triadic Colors of #5070fa

#5070fa #fa5070 #70fa50

Analogous Colors of #5070fa

#5070fa #8550fa #50c5fa

Monochromatic Colors of #5070fa

#5070fa

Complementary Color

#5070fa #fada50

#5070fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5070fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#5070fa Color CSS Codes

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

#5070fa Text Font Color

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

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


#5070fa Background Color

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

This div background color is #5070fa


#5070fa Border Color

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

This div border color is #5070fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5070fa


Comments

No comments written yet.

Please login to write comment.