Color Hex Logo

#0e4380 Color Hex

#0E4380
(14,67,128)
0 Favorites   0 Comments

Color spaces of #0e4380

RGB 1467128
HSL0.590.800.28
HSV212°89°50°
CMYK 0.890.480.00   0.50
XYZ6.08455.666221.1951
Yxy5.66620.18470.1720
Hunter Lab23.80383.9699-36.1297
CIE-Lab28.55427.9724-39.0927

#0e4380 color RGB value is (14,67,128).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001110 01000011 10000000
Octal 16 103 200
Decimal 14 67 128
Hex E 43 80

RGB Percentages of Color #0e4380

%6.70
%32.06
%61.24

CMYK Percentages of Color #0e4380

%89
%48
%0
%50

Triadic Colors of #0e4380

#0e4380 #800e43 #43800e

Analogous Colors of #0e4380

#0e4380 #120e80 #0e7c80

Monochromatic Colors of #0e4380

#0e4380

Complementary Color

#0e4380 #804b0e

#0e4380 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0e4380 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0e4380 Color CSS Codes

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

#0e4380 Text Font Color

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

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


#0e4380 Background Color

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

This div background color is #0e4380


#0e4380 Border Color

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

This div border color is #0e4380


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0e4380

#0e4380 Color Palettes


Comments

No comments written yet.

Please login to write comment.