Color Hex Logo

#0e001f Color Hex

#0E001F
(14,0,31)
0 Favorites   0 Comments

Color spaces of #0e001f

RGB 14031
HSL0.741.000.06
HSV267°100°12°
CMYK 0.551.000.00   0.88
XYZ0.42840.19231.3109
Yxy0.19230.22180.0996
Hunter Lab4.38529.7640-14.6543
CIE-Lab1.737010.0618-15.2577

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

#0e001f hex color red value is 14, green value is 0 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #0e001f hue: 0.74 , saturation: 1.00 and the lightness value of 0e001f is 0.06.

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

Base Numbers

BaseRedGreenBlue
Binary 00001110 00000000 00011111
Octal 16 0 37
Decimal 14 0 31
Hex E 0 1F

RGB Percentages of Color #0e001f

%31.11
%0.00
%68.89

CMYK Percentages of Color #0e001f

%55
%100
%0
%88

Triadic Colors of #0e001f

#0e001f #1f0e00 #001f0e

Analogous Colors of #0e001f

#0e001f #1e001f #00011f

Monochromatic Colors of #0e001f

#0e001f

Complementary Color

#0e001f #111f00

#0e001f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0e001f Color Preview on White Background

Lorem ipsum dolor sit amet.

#0e001f Color CSS Codes

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

#0e001f Text Font Color

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

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


#0e001f Background Color

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

This div background color is #0e001f


#0e001f Border Color

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

This div border color is #0e001f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0e001f

#0e001f Color Palettes


Comments

No comments written yet.

Please login to write comment.