Color Hex Logo

#0e092e Color Hex

#0E092E
(14,9,46)
0 Favorites   0 Comments

Color spaces of #0e092e

RGB 14946
HSL0.690.670.11
HSV248°80°18°
CMYK 0.700.800.00   0.82
XYZ0.77190.48602.6379
Yxy0.48600.19810.1247
Hunter Lab6.97147.5644-17.5548
CIE-Lab4.390012.6977-22.7161

#0e092e color RGB value is (14,9,46).

#0e092e hex color red value is 14, green value is 9 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #0e092e hue: 0.69 , saturation: 0.67 and the lightness value of 0e092e is 0.11.

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

Base Numbers

BaseRedGreenBlue
Binary 00001110 00001001 00101110
Octal 16 11 56
Decimal 14 9 46
Hex E 9 2E

RGB Percentages of Color #0e092e

%20.29
%13.04
%66.67

CMYK Percentages of Color #0e092e

%70
%80
%0
%82

Triadic Colors of #0e092e

#0e092e #2e0e09 #092e0e

Analogous Colors of #0e092e

#0e092e #21092e #09172e

Monochromatic Colors of #0e092e

#0e092e

Complementary Color

#0e092e #292e09

#0e092e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0e092e Color Preview on White Background

Lorem ipsum dolor sit amet.

#0e092e Color CSS Codes

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

#0e092e Text Font Color

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

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


#0e092e Background Color

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

This div background color is #0e092e


#0e092e Border Color

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

This div border color is #0e092e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0e092e


Comments

No comments written yet.

Please login to write comment.