Color Hex Logo

#0e042a Color Hex

#0E042A
(14,4,42)
0 Favorites   0 Comments

Color spaces of #0e042a

RGB 14442
HSL0.710.830.09
HSV256°90°16°
CMYK 0.670.900.00   0.84
XYZ0.64240.34742.2237
Yxy0.34740.19990.1081
Hunter Lab5.89419.1403-18.2430
CIE-Lab3.138012.7892-21.6717

#0e042a color RGB value is (14,4,42).

#0e042a hex color red value is 14, green value is 4 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #0e042a hue: 0.71 , saturation: 0.83 and the lightness value of 0e042a is 0.09.

The process color (four color CMYK) of #0e042a color hex is 0.67, 0.90, 0.00, 0.84. Web safe color of #0e042a is #000033. Color #0e042a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001110 00000100 00101010
Octal 16 4 52
Decimal 14 4 42
Hex E 4 2A

RGB Percentages of Color #0e042a

%23.33
%6.67
%70.00

CMYK Percentages of Color #0e042a

%67
%90
%0
%84

Triadic Colors of #0e042a

#0e042a #2a0e04 #042a0e

Analogous Colors of #0e042a

#0e042a #21042a #040d2a

Monochromatic Colors of #0e042a

#0e042a

Complementary Color

#0e042a #202a04

#0e042a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0e042a Color Preview on White Background

Lorem ipsum dolor sit amet.

#0e042a Color CSS Codes

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

#0e042a Text Font Color

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

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


#0e042a Background Color

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

This div background color is #0e042a


#0e042a Border Color

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

This div border color is #0e042a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0e042a


Comments

No comments written yet.

Please login to write comment.