Color Hex Logo

#0e143c Color Hex

#0E143C
(14,20,60)
0 Favorites   0 Comments

Color spaces of #0e143c

RGB 142060
HSL0.640.620.15
HSV232°77°24°
CMYK 0.770.670.00   0.76
XYZ1.24690.91994.3868
Yxy0.91990.19030.1404
Hunter Lab9.59116.4215-20.4043
CIE-Lab8.305513.1585-26.6574

#0e143c color RGB value is (14,20,60).

#0e143c hex color red value is 14, green value is 20 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #0e143c hue: 0.64 , saturation: 0.62 and the lightness value of 0e143c is 0.15.

The process color (four color CMYK) of #0e143c color hex is 0.77, 0.67, 0.00, 0.76. Web safe color of #0e143c is #000033. Color #0e143c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001110 00010100 00111100
Octal 16 24 74
Decimal 14 20 60
Hex E 14 3C

RGB Percentages of Color #0e143c

%14.89
%21.28
%63.83

CMYK Percentages of Color #0e143c

%77
%67
%0
%76

Triadic Colors of #0e143c

#0e143c #3c0e14 #143c0e

Analogous Colors of #0e143c

#0e143c #1f0e3c #0e2b3c

Monochromatic Colors of #0e143c

#0e143c

Complementary Color

#0e143c #3c360e

#0e143c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0e143c Color Preview on White Background

Lorem ipsum dolor sit amet.

#0e143c Color CSS Codes

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

#0e143c Text Font Color

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

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


#0e143c Background Color

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

This div background color is #0e143c


#0e143c Border Color

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

This div border color is #0e143c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0e143c


Comments

No comments written yet.

Please login to write comment.