Color Hex Logo

#0e248d Color Hex

#0E248D
(14,36,141)
0 Favorites   0 Comments

Color spaces of #0e248d

RGB 1436141
HSL0.640.820.30
HSV230°90°55°
CMYK 0.900.740.00   0.45
XYZ5.61973.278225.5359
Yxy3.27820.16320.0952
Hunter Lab18.105823.7179-70.9469
CIE-Lab21.125334.7649-59.3280

#0e248d color RGB value is (14,36,141).

#0e248d hex color red value is 14, green value is 36 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #0e248d hue: 0.64 , saturation: 0.82 and the lightness value of 0e248d is 0.30.

The process color (four color CMYK) of #0e248d color hex is 0.90, 0.74, 0.00, 0.45. Web safe color of #0e248d is #003399. Color #0e248d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001110 00100100 10001101
Octal 16 44 215
Decimal 14 36 141
Hex E 24 8D

RGB Percentages of Color #0e248d

%7.33
%18.85
%73.82

CMYK Percentages of Color #0e248d

%90
%74
%0
%45

Triadic Colors of #0e248d

#0e248d #8d0e24 #248d0e

Analogous Colors of #0e248d

#0e248d #380e8d #0e638d

Monochromatic Colors of #0e248d

#0e248d

Complementary Color

#0e248d #8d770e

#0e248d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0e248d Color Preview on White Background

Lorem ipsum dolor sit amet.

#0e248d Color CSS Codes

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

#0e248d Text Font Color

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

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


#0e248d Background Color

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

This div background color is #0e248d


#0e248d Border Color

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

This div border color is #0e248d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0e248d


Comments

No comments written yet.

Please login to write comment.