Color Hex Logo

#0e145c Color Hex

#0E145C
(14,20,92)
0 Favorites   0 Comments

Color spaces of #0e145c

RGB 142092
HSL0.650.740.21
HSV235°85°36°
CMYK 0.850.780.00   0.64
XYZ2.36301.366410.2644
Yxy1.36640.16890.0976
Hunter Lab11.689315.6276-43.8801
CIE-Lab11.732226.3949-43.2096

#0e145c color RGB value is (14,20,92).

#0e145c hex color red value is 14, green value is 20 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #0e145c hue: 0.65 , saturation: 0.74 and the lightness value of 0e145c is 0.21.

The process color (four color CMYK) of #0e145c color hex is 0.85, 0.78, 0.00, 0.64. Web safe color of #0e145c is #000066. Color #0e145c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001110 00010100 01011100
Octal 16 24 134
Decimal 14 20 92
Hex E 14 5C

RGB Percentages of Color #0e145c

%11.11
%15.87
%73.02

CMYK Percentages of Color #0e145c

%85
%78
%0
%64

Triadic Colors of #0e145c

#0e145c #5c0e14 #145c0e

Analogous Colors of #0e145c

#0e145c #2f0e5c #0e3b5c

Monochromatic Colors of #0e145c

#0e145c

Complementary Color

#0e145c #5c560e

#0e145c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0e145c Color Preview on White Background

Lorem ipsum dolor sit amet.

#0e145c Color CSS Codes

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

#0e145c Text Font Color

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

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


#0e145c Background Color

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

This div background color is #0e145c


#0e145c Border Color

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

This div border color is #0e145c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0e145c


Comments

No comments written yet.

Please login to write comment.