Color Hex Logo

#0e084e Color Hex

#0E084E
(14,8,78)
0 Favorites   0 Comments

Color spaces of #0e084e

RGB 14878
HSL0.680.810.17
HSV245°90°31°
CMYK 0.820.900.00   0.69
XYZ1.64310.81717.2788
Yxy0.81710.16870.0839
Hunter Lab9.039416.6274-41.4148
CIE-Lab7.380828.5048-40.8585

#0e084e color RGB value is (14,8,78).

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

The process color (four color CMYK) of #0e084e color hex is 0.82, 0.90, 0.00, 0.69. Web safe color of #0e084e is #000066. Color #0e084e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001110 00001000 01001110
Octal 16 10 116
Decimal 14 8 78
Hex E 8 4E

RGB Percentages of Color #0e084e

%14.00
%8.00
%78.00

CMYK Percentages of Color #0e084e

%82
%90
%0
%69

Triadic Colors of #0e084e

#0e084e #4e0e08 #084e0e

Analogous Colors of #0e084e

#0e084e #31084e #08254e

Monochromatic Colors of #0e084e

#0e084e

Complementary Color

#0e084e #484e08

#0e084e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0e084e Color Preview on White Background

Lorem ipsum dolor sit amet.

#0e084e Color CSS Codes

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

#0e084e Text Font Color

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

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


#0e084e Background Color

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

This div background color is #0e084e


#0e084e Border Color

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

This div border color is #0e084e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0e084e


Comments

No comments written yet.

Please login to write comment.