Color Hex Logo

#0e112e Color Hex

#0E112E
(14,17,46)
0 Favorites   0 Comments

Color spaces of #0e112e

RGB 141746
HSL0.650.530.12
HSV234°70°18°
CMYK 0.700.630.00   0.82
XYZ0.87470.69152.6721
Yxy0.69150.20640.1632
Hunter Lab8.31564.2235-13.2309
CIE-Lab6.24638.8906-19.7646

#0e112e color RGB value is (14,17,46).

#0e112e hex color red value is 14, green value is 17 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #0e112e hue: 0.65 , saturation: 0.53 and the lightness value of 0e112e is 0.12.

The process color (four color CMYK) of #0e112e color hex is 0.70, 0.63, 0.00, 0.82. Web safe color of #0e112e is #000033. Color #0e112e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001110 00010001 00101110
Octal 16 21 56
Decimal 14 17 46
Hex E 11 2E

RGB Percentages of Color #0e112e

%18.18
%22.08
%59.74

CMYK Percentages of Color #0e112e

%70
%63
%0
%82

Triadic Colors of #0e112e

#0e112e #2e0e11 #112e0e

Analogous Colors of #0e112e

#0e112e #1b0e2e #0e212e

Monochromatic Colors of #0e112e

#0e112e

Complementary Color

#0e112e #2e2b0e

#0e112e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0e112e Color Preview on White Background

Lorem ipsum dolor sit amet.

#0e112e Color CSS Codes

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

#0e112e Text Font Color

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

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


#0e112e Background Color

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

This div background color is #0e112e


#0e112e Border Color

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

This div border color is #0e112e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0e112e


Comments

No comments written yet.

Please login to write comment.