Color Hex Logo

#0e498e Color Hex

#0E498E
(14,73,142)
0 Favorites   0 Comments

Color spaces of #0e498e

RGB 1473142
HSL0.590.820.31
HSV212°90°56°
CMYK 0.900.490.00   0.44
XYZ7.44616.811426.5135
Yxy6.81140.18260.1671
Hunter Lab26.09875.2544-41.9634
CIE-Lab31.37369.7473-43.2126

#0e498e color RGB value is (14,73,142).

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

The process color (four color CMYK) of #0e498e color hex is 0.90, 0.49, 0.00, 0.44. Web safe color of #0e498e is #003399. Color #0e498e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001110 01001001 10001110
Octal 16 111 216
Decimal 14 73 142
Hex E 49 8E

RGB Percentages of Color #0e498e

%6.11
%31.88
%62.01

CMYK Percentages of Color #0e498e

%90
%49
%0
%44

Triadic Colors of #0e498e

#0e498e #8e0e49 #498e0e

Analogous Colors of #0e498e

#0e498e #130e8e #0e898e

Monochromatic Colors of #0e498e

#0e498e

Complementary Color

#0e498e #8e530e

#0e498e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0e498e Color Preview on White Background

Lorem ipsum dolor sit amet.

#0e498e Color CSS Codes

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

#0e498e Text Font Color

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

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


#0e498e Background Color

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

This div background color is #0e498e


#0e498e Border Color

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

This div border color is #0e498e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0e498e


Comments

No comments written yet.

Please login to write comment.