Color Hex Logo

#0e4281 Color Hex

#0E4281
(14,66,129)
0 Favorites   0 Comments

Color spaces of #0e4281

RGB 1466129
HSL0.590.800.28
HSV213°89°51°
CMYK 0.890.490.00   0.49
XYZ6.09185.574821.5238
Yxy5.57480.18350.1680
Hunter Lab23.61104.7349-37.5211
CIE-Lab28.31339.0906-40.1041

#0e4281 color RGB value is (14,66,129).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001110 01000010 10000001
Octal 16 102 201
Decimal 14 66 129
Hex E 42 81

RGB Percentages of Color #0e4281

%6.70
%31.58
%61.72

CMYK Percentages of Color #0e4281

%89
%49
%0
%49

Triadic Colors of #0e4281

#0e4281 #810e42 #42810e

Analogous Colors of #0e4281

#0e4281 #140e81 #0e7c81

Monochromatic Colors of #0e4281

#0e4281

Complementary Color

#0e4281 #814d0e

#0e4281 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0e4281 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0e4281 Color CSS Codes

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

#0e4281 Text Font Color

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

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


#0e4281 Background Color

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

This div background color is #0e4281


#0e4281 Border Color

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

This div border color is #0e4281


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0e4281


Comments

No comments written yet.

Please login to write comment.