Color Hex Logo

#1040ed Color Hex

#1040ED
(16,64,237)
0 Favorites   0 Comments

Color spaces of #1040ed

RGB 1664237
HSL0.630.870.50
HSV227°93°93°
CMYK 0.930.730.00   0.07
XYZ17.33319.891481.1164
Yxy9.89140.16000.0913
Hunter Lab31.450643.3366-130.9035
CIE-Lab37.646852.3048-88.8118

#1040ed color RGB value is (16,64,237).

#1040ed hex color red value is 16, green value is 64 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #1040ed hue: 0.63 , saturation: 0.87 and the lightness value of 1040ed is 0.50.

The process color (four color CMYK) of #1040ed color hex is 0.93, 0.73, 0.00, 0.07. Web safe color of #1040ed is #0033ff. Color #1040ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010000 01000000 11101101
Octal 20 100 355
Decimal 16 64 237
Hex 10 40 ED

RGB Percentages of Color #1040ed

%5.05
%20.19
%74.76

CMYK Percentages of Color #1040ed

%93
%73
%0
%7

Triadic Colors of #1040ed

#1040ed #ed1040 #40ed10

Analogous Colors of #1040ed

#1040ed #4f10ed #10afed

Monochromatic Colors of #1040ed

#1040ed

Complementary Color

#1040ed #edbd10

#1040ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1040ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#1040ed Color CSS Codes

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

#1040ed Text Font Color

<p style="color:#1040ed">Text here</p>

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


#1040ed Background Color

<div style="background-color:#1040ed">
Div content here</div>

This div background color is #1040ed


#1040ed Border Color

<div style="border:3px solid #1040ed">
Div here</div>

This div border color is #1040ed


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(16,64,237, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1040ed; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1040ed;
  -webkit-box-shadow: 1px 1px 3px 2px #1040ed;
  box-shadow:         1px 1px 3px 2px #1040ed; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1040ed


Comments

No comments written yet.

Please login to write comment.