Color Hex Logo

#0e407d Color Hex

#0E407D
(14,64,125)
0 Favorites   0 Comments

Color spaces of #0e407d

RGB 1464125
HSL0.590.800.27
HSV213°89°49°
CMYK 0.890.490.00   0.51
XYZ5.71625.240820.1123
Yxy5.24080.18400.1687
Hunter Lab22.89284.5080-36.0638
CIE-Lab27.41018.7840-39.0568

#0e407d color RGB value is (14,64,125).

#0e407d hex color red value is 14, green value is 64 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #0e407d hue: 0.59 , saturation: 0.80 and the lightness value of 0e407d is 0.27.

The process color (four color CMYK) of #0e407d color hex is 0.89, 0.49, 0.00, 0.51. Web safe color of #0e407d is #003366. Color #0e407d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001110 01000000 01111101
Octal 16 100 175
Decimal 14 64 125
Hex E 40 7D

RGB Percentages of Color #0e407d

%6.90
%31.53
%61.58

CMYK Percentages of Color #0e407d

%89
%49
%0
%51

Triadic Colors of #0e407d

#0e407d #7d0e40 #407d0e

Analogous Colors of #0e407d

#0e407d #130e7d #0e787d

Monochromatic Colors of #0e407d

#0e407d

Complementary Color

#0e407d #7d4b0e

#0e407d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0e407d Color Preview on White Background

Lorem ipsum dolor sit amet.

#0e407d Color CSS Codes

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

#0e407d Text Font Color

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

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


#0e407d Background Color

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

This div background color is #0e407d


#0e407d Border Color

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

This div border color is #0e407d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0e407d


Comments

No comments written yet.

Please login to write comment.