Color Hex Logo

#0e498d Color Hex

#0E498D
(14,73,141)
0 Favorites   0 Comments

Color spaces of #0e498d

RGB 1473141
HSL0.590.820.30
HSV212°90°55°
CMYK 0.900.480.00   0.45
XYZ7.37146.781526.1198
Yxy6.78150.18300.1684
Hunter Lab26.04134.9549-41.2398
CIE-Lab31.30429.3287-42.7111

#0e498d color RGB value is (14,73,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001110 01001001 10001101
Octal 16 111 215
Decimal 14 73 141
Hex E 49 8D

RGB Percentages of Color #0e498d

%6.14
%32.02
%61.84

CMYK Percentages of Color #0e498d

%90
%48
%0
%45

Triadic Colors of #0e498d

#0e498d #8d0e49 #498d0e

Analogous Colors of #0e498d

#0e498d #130e8d #0e898d

Monochromatic Colors of #0e498d

#0e498d

Complementary Color

#0e498d #8d520e

#0e498d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0e498d Color Preview on White Background

Lorem ipsum dolor sit amet.

#0e498d Color CSS Codes

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

#0e498d Text Font Color

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

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


#0e498d Background Color

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

This div background color is #0e498d


#0e498d Border Color

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

This div border color is #0e498d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0e498d


Comments

No comments written yet.

Please login to write comment.