Color Hex Logo

#1057fa Color Hex

#1057FA
(16,87,250)
0 Favorites   0 Comments

Color spaces of #1057fa

RGB 1687250
HSL0.620.960.52
HSV222°94°98°
CMYK 0.940.650.00   0.02
XYZ20.877213.828792.0113
Yxy13.82870.16480.1091
Hunter Lab37.187035.1348-120.6697
CIE-Lab43.986343.1195-85.6604

#1057fa color RGB value is (16,87,250).

#1057fa hex color red value is 16, green value is 87 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #1057fa hue: 0.62 , saturation: 0.96 and the lightness value of 1057fa is 0.52.

The process color (four color CMYK) of #1057fa color hex is 0.94, 0.65, 0.00, 0.02. Web safe color of #1057fa is #0066ff. Color #1057fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010000 01010111 11111010
Octal 20 127 372
Decimal 16 87 250
Hex 10 57 FA

RGB Percentages of Color #1057fa

%4.53
%24.65
%70.82

CMYK Percentages of Color #1057fa

%94
%65
%0
%2

Triadic Colors of #1057fa

#1057fa #fa1057 #57fa10

Analogous Colors of #1057fa

#1057fa #3e10fa #10ccfa

Monochromatic Colors of #1057fa

#1057fa

Complementary Color

#1057fa #fab310

#1057fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1057fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#1057fa Color CSS Codes

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

#1057fa Text Font Color

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

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


#1057fa Background Color

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

This div background color is #1057fa


#1057fa Border Color

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

This div border color is #1057fa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(16,87,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 #1057fa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1057fa


Comments

No comments written yet.

Please login to write comment.