Color Hex Logo

#1049dc Color Hex

#1049DC
(16,73,220)
0 Favorites   0 Comments

Color spaces of #1049dc

RGB 1673220
HSL0.620.860.46
HSV223°93°86°
CMYK 0.930.670.00   0.14
XYZ15.514510.042668.8308
Yxy10.04260.16440.1064
Hunter Lab31.690131.9306-106.5948
CIE-Lab37.918840.8475-78.6841

#1049dc color RGB value is (16,73,220).

#1049dc hex color red value is 16, green value is 73 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #1049dc hue: 0.62 , saturation: 0.86 and the lightness value of 1049dc is 0.46.

The process color (four color CMYK) of #1049dc color hex is 0.93, 0.67, 0.00, 0.14. Web safe color of #1049dc is #0033cc. Color #1049dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010000 01001001 11011100
Octal 20 111 334
Decimal 16 73 220
Hex 10 49 DC

RGB Percentages of Color #1049dc

%5.18
%23.62
%71.20

CMYK Percentages of Color #1049dc

%93
%67
%0
%14

Triadic Colors of #1049dc

#1049dc #dc1049 #49dc10

Analogous Colors of #1049dc

#1049dc #3d10dc #10afdc

Monochromatic Colors of #1049dc

#1049dc

Complementary Color

#1049dc #dca310

#1049dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1049dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#1049dc Color CSS Codes

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

#1049dc Text Font Color

<p style="color:#1049dc">Text here</p>

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


#1049dc Background Color

<div style="background-color:#1049dc">
Div content here</div>

This div background color is #1049dc


#1049dc Border Color

<div style="border:3px solid #1049dc">
Div here</div>

This div border color is #1049dc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(16,73,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1049dc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1049dc;
  -webkit-box-shadow: 1px 1px 3px 2px #1049dc;
  box-shadow:         1px 1px 3px 2px #1049dc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1049dc


Comments

No comments written yet.

Please login to write comment.