Color Hex Logo

#1048e1 Color Hex

#1048E1
(16,72,225)
0 Favorites   0 Comments

Color spaces of #1048e1

RGB 1672225
HSL0.620.870.47
HSV224°93°88°
CMYK 0.930.680.00   0.12
XYZ16.121710.181172.3496
Yxy10.18110.16340.1032
Hunter Lab31.907834.3499-112.1020
CIE-Lab38.165543.3033-81.1353

#1048e1 color RGB value is (16,72,225).

#1048e1 hex color red value is 16, green value is 72 and the blue value of its RGB is 225. Cylindrical-coordinate representations (also known as HSL) of color #1048e1 hue: 0.62 , saturation: 0.87 and the lightness value of 1048e1 is 0.47.

The process color (four color CMYK) of #1048e1 color hex is 0.93, 0.68, 0.00, 0.12. Web safe color of #1048e1 is #0033cc. Color #1048e1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010000 01001000 11100001
Octal 20 110 341
Decimal 16 72 225
Hex 10 48 E1

RGB Percentages of Color #1048e1

%5.11
%23.00
%71.88

CMYK Percentages of Color #1048e1

%93
%68
%0
%12

Triadic Colors of #1048e1

#1048e1 #e11048 #48e110

Analogous Colors of #1048e1

#1048e1 #4110e1 #10b1e1

Monochromatic Colors of #1048e1

#1048e1

Complementary Color

#1048e1 #e1a910

#1048e1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1048e1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#1048e1 Color CSS Codes

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

#1048e1 Text Font Color

<p style="color:#1048e1">Text here</p>

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


#1048e1 Background Color

<div style="background-color:#1048e1">
Div content here</div>

This div background color is #1048e1


#1048e1 Border Color

<div style="border:3px solid #1048e1">
Div here</div>

This div border color is #1048e1


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(16,72,225, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1048e1; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1048e1;
  -webkit-box-shadow: 1px 1px 3px 2px #1048e1;
  box-shadow:         1px 1px 3px 2px #1048e1; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1048e1


Comments

No comments written yet.

Please login to write comment.