Color Hex Logo

#0e57ec Color Hex

#0E57EC
(14,87,236)
0 Favorites   0 Comments

Color spaces of #0e57ec

RGB 1487236
HSL0.610.890.49
HSV220°94°93°
CMYK 0.940.630.00   0.07
XYZ18.729612.965980.8724
Yxy12.96590.16640.1152
Hunter Lab36.008229.8321-107.9563
CIE-Lab42.711837.8919-79.8970

#0e57ec color RGB value is (14,87,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001110 01010111 11101100
Octal 16 127 354
Decimal 14 87 236
Hex E 57 EC

RGB Percentages of Color #0e57ec

%4.15
%25.82
%70.03

CMYK Percentages of Color #0e57ec

%94
%63
%0
%7

Triadic Colors of #0e57ec

#0e57ec #ec0e57 #57ec0e

Analogous Colors of #0e57ec

#0e57ec #340eec #0ec6ec

Monochromatic Colors of #0e57ec

#0e57ec

Complementary Color

#0e57ec #eca30e

#0e57ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0e57ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#0e57ec Color CSS Codes

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

#0e57ec Text Font Color

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

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


#0e57ec Background Color

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

This div background color is #0e57ec


#0e57ec Border Color

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

This div border color is #0e57ec


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(14,87,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 #0e57ec">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0e57ec


Comments

No comments written yet.

Please login to write comment.