Color Hex Logo

#0e245f Color Hex

#0E245F
(14,36,95)
0 Favorites   0 Comments

Color spaces of #0e245f

RGB 143695
HSL0.620.740.21
HSV224°85°37°
CMYK 0.850.620.00   0.63
XYZ2.87752.181311.0958
Yxy2.18130.17810.1350
Hunter Lab14.76928.9312-34.2048
CIE-Lab16.411316.1302-37.5362

#0e245f color RGB value is (14,36,95).

#0e245f hex color red value is 14, green value is 36 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #0e245f hue: 0.62 , saturation: 0.74 and the lightness value of 0e245f is 0.21.

The process color (four color CMYK) of #0e245f color hex is 0.85, 0.62, 0.00, 0.63. Web safe color of #0e245f is #003366. Color #0e245f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001110 00100100 01011111
Octal 16 44 137
Decimal 14 36 95
Hex E 24 5F

RGB Percentages of Color #0e245f

%9.66
%24.83
%65.52

CMYK Percentages of Color #0e245f

%85
%62
%0
%63

Triadic Colors of #0e245f

#0e245f #5f0e24 #245f0e

Analogous Colors of #0e245f

#0e245f #210e5f #0e4d5f

Monochromatic Colors of #0e245f

#0e245f

Complementary Color

#0e245f #5f490e

#0e245f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0e245f Color Preview on White Background

Lorem ipsum dolor sit amet.

#0e245f Color CSS Codes

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

#0e245f Text Font Color

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

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


#0e245f Background Color

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

This div background color is #0e245f


#0e245f Border Color

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

This div border color is #0e245f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0e245f


Comments

No comments written yet.

Please login to write comment.