Color Hex Logo

#0e41ec Color Hex

#0E41EC
(14,65,236)
0 Favorites   0 Comments

Color spaces of #0e41ec

RGB 1465236
HSL0.630.890.49
HSV226°94°93°
CMYK 0.940.720.00   0.07
XYZ17.21179.930180.3664
Yxy9.93010.16010.0924
Hunter Lab31.512142.3495-129.1511
CIE-Lab37.716751.3401-88.1308

#0e41ec color RGB value is (14,65,236).

#0e41ec hex color red value is 14, green value is 65 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #0e41ec hue: 0.63 , saturation: 0.89 and the lightness value of 0e41ec is 0.49.

The process color (four color CMYK) of #0e41ec color hex is 0.94, 0.72, 0.00, 0.07. Web safe color of #0e41ec is #0033ff. Color #0e41ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001110 01000001 11101100
Octal 16 101 354
Decimal 14 65 236
Hex E 41 EC

RGB Percentages of Color #0e41ec

%4.44
%20.63
%74.92

CMYK Percentages of Color #0e41ec

%94
%72
%0
%7

Triadic Colors of #0e41ec

#0e41ec #ec0e41 #41ec0e

Analogous Colors of #0e41ec

#0e41ec #4a0eec #0eb0ec

Monochromatic Colors of #0e41ec

#0e41ec

Complementary Color

#0e41ec #ecb90e

#0e41ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0e41ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#0e41ec Color CSS Codes

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

#0e41ec Text Font Color

<p style="color:#0e41ec">Text here</p>

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


#0e41ec Background Color

<div style="background-color:#0e41ec">
Div content here</div>

This div background color is #0e41ec


#0e41ec Border Color

<div style="border:3px solid #0e41ec">
Div here</div>

This div border color is #0e41ec


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(14,65,236, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0e41ec; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0e41ec;
  -webkit-box-shadow: 1px 1px 3px 2px #0e41ec;
  box-shadow:         1px 1px 3px 2px #0e41ec; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(14,65,236, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0e41ec


Comments

No comments written yet.

Please login to write comment.