Color Hex Logo

#1053eb Color Hex

#1053EB
(16,83,235)
0 Favorites   0 Comments

Color spaces of #1053eb

RGB 1683235
HSL0.620.870.49
HSV222°93°92°
CMYK 0.930.650.00   0.08
XYZ18.302312.294880.0058
Yxy12.29480.16550.1112
Hunter Lab35.063931.8096-110.7379
CIE-Lab41.680940.1059-81.0253

#1053eb color RGB value is (16,83,235).

#1053eb hex color red value is 16, green value is 83 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #1053eb hue: 0.62 , saturation: 0.87 and the lightness value of 1053eb is 0.49.

The process color (four color CMYK) of #1053eb color hex is 0.93, 0.65, 0.00, 0.08. Web safe color of #1053eb is #0066ff. Color #1053eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010000 01010011 11101011
Octal 20 123 353
Decimal 16 83 235
Hex 10 53 EB

RGB Percentages of Color #1053eb

%4.79
%24.85
%70.36

CMYK Percentages of Color #1053eb

%93
%65
%0
%8

Triadic Colors of #1053eb

#1053eb #eb1053 #53eb10

Analogous Colors of #1053eb

#1053eb #3a10eb #10c1eb

Monochromatic Colors of #1053eb

#1053eb

Complementary Color

#1053eb #eba810

#1053eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1053eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#1053eb Color CSS Codes

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

#1053eb Text Font Color

<p style="color:#1053eb">Text here</p>

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


#1053eb Background Color

<div style="background-color:#1053eb">
Div content here</div>

This div background color is #1053eb


#1053eb Border Color

<div style="border:3px solid #1053eb">
Div here</div>

This div border color is #1053eb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(16,83,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1053eb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1053eb;
  -webkit-box-shadow: 1px 1px 3px 2px #1053eb;
  box-shadow:         1px 1px 3px 2px #1053eb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1053eb


Comments

No comments written yet.

Please login to write comment.