Color Hex Logo

#1059fd Color Hex

#1059FD
(16,89,253)
0 Favorites   0 Comments

Color spaces of #1059fd

RGB 1689253
HSL0.620.980.53
HSV222°94°99°
CMYK 0.940.650.00   0.01
XYZ21.515714.346894.5637
Yxy14.34680.16500.1100
Hunter Lab37.877235.1099-121.5087
CIE-Lab44.726242.9747-86.1171

#1059fd color RGB value is (16,89,253).

#1059fd hex color red value is 16, green value is 89 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #1059fd hue: 0.62 , saturation: 0.98 and the lightness value of 1059fd is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 00010000 01011001 11111101
Octal 20 131 375
Decimal 16 89 253
Hex 10 59 FD

RGB Percentages of Color #1059fd

%4.47
%24.86
%70.67

CMYK Percentages of Color #1059fd

%94
%65
%0
%1

Triadic Colors of #1059fd

#1059fd #fd1059 #59fd10

Analogous Colors of #1059fd

#1059fd #3e10fd #10d0fd

Monochromatic Colors of #1059fd

#1059fd

Complementary Color

#1059fd #fdb410

#1059fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1059fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#1059fd Color CSS Codes

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

#1059fd Text Font Color

<p style="color:#1059fd">Text here</p>

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


#1059fd Background Color

<div style="background-color:#1059fd">
Div content here</div>

This div background color is #1059fd


#1059fd Border Color

<div style="border:3px solid #1059fd">
Div here</div>

This div border color is #1059fd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(16,89,253, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1059fd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1059fd;
  -webkit-box-shadow: 1px 1px 3px 2px #1059fd;
  box-shadow:         1px 1px 3px 2px #1059fd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1059fd

Related Colors


Comments

No comments written yet.

Please login to write comment.