Color Hex Logo

#1060df Color Hex

#1060DF
(16,96,223)
0 Favorites   0 Comments

Color spaces of #1060df

RGB 1696223
HSL0.600.870.47
HSV217°93°87°
CMYK 0.930.570.00   0.13
XYZ17.715813.803671.5427
Yxy13.80360.17190.1339
Hunter Lab37.153220.0963-88.1624
CIE-Lab43.949927.2077-70.5109

#1060df color RGB value is (16,96,223).

#1060df hex color red value is 16, green value is 96 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #1060df hue: 0.60 , saturation: 0.87 and the lightness value of 1060df is 0.47.

The process color (four color CMYK) of #1060df color hex is 0.93, 0.57, 0.00, 0.13. Web safe color of #1060df is #0066cc. Color #1060df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010000 01100000 11011111
Octal 20 140 337
Decimal 16 96 223
Hex 10 60 DF

RGB Percentages of Color #1060df

%4.78
%28.66
%66.57

CMYK Percentages of Color #1060df

%93
%57
%0
%13

Triadic Colors of #1060df

#1060df #df1060 #60df10

Analogous Colors of #1060df

#1060df #2710df #10c8df

Monochromatic Colors of #1060df

#1060df

Complementary Color

#1060df #df8f10

#1060df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1060df Color Preview on White Background

Lorem ipsum dolor sit amet.

#1060df Color CSS Codes

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

#1060df Text Font Color

<p style="color:#1060df">Text here</p>

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


#1060df Background Color

<div style="background-color:#1060df">
Div content here</div>

This div background color is #1060df


#1060df Border Color

<div style="border:3px solid #1060df">
Div here</div>

This div border color is #1060df


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(16,96,223, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1060df; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1060df;
  -webkit-box-shadow: 1px 1px 3px 2px #1060df;
  box-shadow:         1px 1px 3px 2px #1060df; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1060df


Comments

No comments written yet.

Please login to write comment.