Color Hex Logo

#0e081f Color Hex

#0E081F
(14,8,31)
0 Favorites   0 Comments

Color spaces of #0e081f

RGB 14831
HSL0.710.590.08
HSV256°74°12°
CMYK 0.550.740.00   0.88
XYZ0.51530.36601.3398
Yxy0.36600.23200.1648
Hunter Lab6.04984.6169-8.8956
CIE-Lab3.30606.8585-12.8869

#0e081f color RGB value is (14,8,31).

#0e081f hex color red value is 14, green value is 8 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #0e081f hue: 0.71 , saturation: 0.59 and the lightness value of 0e081f is 0.08.

The process color (four color CMYK) of #0e081f color hex is 0.55, 0.74, 0.00, 0.88. Web safe color of #0e081f is #000033. Color #0e081f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001110 00001000 00011111
Octal 16 10 37
Decimal 14 8 31
Hex E 8 1F

RGB Percentages of Color #0e081f

%26.42
%15.09
%58.49

CMYK Percentages of Color #0e081f

%55
%74
%0
%88

Triadic Colors of #0e081f

#0e081f #1f0e08 #081f0e

Analogous Colors of #0e081f

#0e081f #1a081f #080e1f

Monochromatic Colors of #0e081f

#0e081f

Complementary Color

#0e081f #191f08

#0e081f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0e081f Color Preview on White Background

Lorem ipsum dolor sit amet.

#0e081f Color CSS Codes

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

#0e081f Text Font Color

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

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


#0e081f Background Color

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

This div background color is #0e081f


#0e081f Border Color

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

This div border color is #0e081f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0e081f


Comments

No comments written yet.

Please login to write comment.