Color Hex Logo

#1049ef Color Hex

#1049EF
(16,73,239)
0 Favorites   0 Comments

Color spaces of #1049ef

RGB 1673239
HSL0.620.870.50
HSV225°93°94°
CMYK 0.930.690.00   0.06
XYZ18.176211.107282.8473
Yxy11.10720.16210.0991
Hunter Lab33.327539.0276-124.0572
CIE-Lab39.760447.7190-86.4481

#1049ef color RGB value is (16,73,239).

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

The process color (four color CMYK) of #1049ef color hex is 0.93, 0.69, 0.00, 0.06. Web safe color of #1049ef is #0033ff. Color #1049ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010000 01001001 11101111
Octal 20 111 357
Decimal 16 73 239
Hex 10 49 EF

RGB Percentages of Color #1049ef

%4.88
%22.26
%72.87

CMYK Percentages of Color #1049ef

%93
%69
%0
%6

Triadic Colors of #1049ef

#1049ef #ef1049 #49ef10

Analogous Colors of #1049ef

#1049ef #4710ef #10b9ef

Monochromatic Colors of #1049ef

#1049ef

Complementary Color

#1049ef #efb610

#1049ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1049ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#1049ef Color CSS Codes

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

#1049ef Text Font Color

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

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


#1049ef Background Color

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

This div background color is #1049ef


#1049ef Border Color

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

This div border color is #1049ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1049ef


Comments

No comments written yet.

Please login to write comment.