Color Hex Logo

#0e084c Color Hex

#0E084C
(14,8,76)
0 Favorites   0 Comments

Color spaces of #0e084c

RGB 14876
HSL0.680.810.16
HSV245°89°30°
CMYK 0.820.890.00   0.70
XYZ1.57240.78886.9069
Yxy0.78880.16970.0851
Hunter Lab8.881416.0597-39.8915
CIE-Lab7.125227.7251-39.8926

#0e084c color RGB value is (14,8,76).

#0e084c hex color red value is 14, green value is 8 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #0e084c hue: 0.68 , saturation: 0.81 and the lightness value of 0e084c is 0.16.

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

Base Numbers

BaseRedGreenBlue
Binary 00001110 00001000 01001100
Octal 16 10 114
Decimal 14 8 76
Hex E 8 4C

RGB Percentages of Color #0e084c

%14.29
%8.16
%77.55

CMYK Percentages of Color #0e084c

%82
%89
%0
%70

Triadic Colors of #0e084c

#0e084c #4c0e08 #084c0e

Analogous Colors of #0e084c

#0e084c #30084c #08244c

Monochromatic Colors of #0e084c

#0e084c

Complementary Color

#0e084c #464c08

#0e084c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0e084c Color Preview on White Background

Lorem ipsum dolor sit amet.

#0e084c Color CSS Codes

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

#0e084c Text Font Color

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

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


#0e084c Background Color

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

This div background color is #0e084c


#0e084c Border Color

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

This div border color is #0e084c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0e084c

#0e084c Color Palettes


Comments

No comments written yet.

Please login to write comment.