Color Hex Logo

#1057da Color Hex

#1057DA
(16,87,218)
0 Favorites   0 Comments

Color spaces of #1057da

RGB 1687218
HSL0.610.860.46
HSV219°93°85°
CMYK 0.930.600.00   0.15
XYZ16.276811.988567.7858
Yxy11.98850.16950.1248
Hunter Lab34.624423.3194-91.8377
CIE-Lab41.197831.1177-72.1575

#1057da color RGB value is (16,87,218).

#1057da hex color red value is 16, green value is 87 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #1057da hue: 0.61 , saturation: 0.86 and the lightness value of 1057da is 0.46.

The process color (four color CMYK) of #1057da color hex is 0.93, 0.60, 0.00, 0.15. Web safe color of #1057da is #0066cc. Color #1057da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010000 01010111 11011010
Octal 20 127 332
Decimal 16 87 218
Hex 10 57 DA

RGB Percentages of Color #1057da

%4.98
%27.10
%67.91

CMYK Percentages of Color #1057da

%93
%60
%0
%15

Triadic Colors of #1057da

#1057da #da1057 #57da10

Analogous Colors of #1057da

#1057da #2e10da #10bcda

Monochromatic Colors of #1057da

#1057da

Complementary Color

#1057da #da9310

#1057da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1057da Color Preview on White Background

Lorem ipsum dolor sit amet.

#1057da Color CSS Codes

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

#1057da Text Font Color

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

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


#1057da Background Color

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

This div background color is #1057da


#1057da Border Color

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

This div border color is #1057da


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(16,87,218, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1057da


Comments

No comments written yet.

Please login to write comment.