Color Hex Logo

#0e061d Color Hex

#0E061D
(14,6,29)
0 Favorites   0 Comments

Color spaces of #0e061d

RGB 14629
HSL0.720.660.07
HSV261°79°11°
CMYK 0.520.790.00   0.89
XYZ0.46800.31231.1980
Yxy0.31230.23660.1579
Hunter Lab5.58845.1688-8.7983
CIE-Lab2.82107.0117-12.0332

#0e061d color RGB value is (14,6,29).

#0e061d hex color red value is 14, green value is 6 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #0e061d hue: 0.72 , saturation: 0.66 and the lightness value of 0e061d is 0.07.

The process color (four color CMYK) of #0e061d color hex is 0.52, 0.79, 0.00, 0.89. Web safe color of #0e061d is #000033. Color #0e061d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001110 00000110 00011101
Octal 16 6 35
Decimal 14 6 29
Hex E 6 1D

RGB Percentages of Color #0e061d

%28.57
%12.24
%59.18

CMYK Percentages of Color #0e061d

%52
%79
%0
%89

Triadic Colors of #0e061d

#0e061d #1d0e06 #061d0e

Analogous Colors of #0e061d

#0e061d #1a061d #06091d

Monochromatic Colors of #0e061d

#0e061d

Complementary Color

#0e061d #151d06

#0e061d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0e061d Color Preview on White Background

Lorem ipsum dolor sit amet.

#0e061d Color CSS Codes

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

#0e061d Text Font Color

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

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


#0e061d Background Color

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

This div background color is #0e061d


#0e061d Border Color

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

This div border color is #0e061d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0e061d


Comments

No comments written yet.

Please login to write comment.