Color Hex Logo

#0e4376 Color Hex

#0E4376
(14,67,118)
0 Favorites   0 Comments

Color spaces of #0e4376

RGB 1467118
HSL0.580.790.26
HSV209°88°46°
CMYK 0.880.430.00   0.54
XYZ5.45835.415717.8972
Yxy5.41570.18970.1882
Hunter Lab23.27171.1413-29.3072
CIE-Lab27.88773.7336-33.8881

#0e4376 color RGB value is (14,67,118).

#0e4376 hex color red value is 14, green value is 67 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #0e4376 hue: 0.58 , saturation: 0.79 and the lightness value of 0e4376 is 0.26.

The process color (four color CMYK) of #0e4376 color hex is 0.88, 0.43, 0.00, 0.54. Web safe color of #0e4376 is #003366. Color #0e4376 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001110 01000011 01110110
Octal 16 103 166
Decimal 14 67 118
Hex E 43 76

RGB Percentages of Color #0e4376

%7.04
%33.67
%59.30

CMYK Percentages of Color #0e4376

%88
%43
%0
%54

Triadic Colors of #0e4376

#0e4376 #760e43 #43760e

Analogous Colors of #0e4376

#0e4376 #0e0f76 #0e7675

Monochromatic Colors of #0e4376

#0e4376

Complementary Color

#0e4376 #76410e

#0e4376 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0e4376 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0e4376 Color CSS Codes

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

#0e4376 Text Font Color

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

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


#0e4376 Background Color

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

This div background color is #0e4376


#0e4376 Border Color

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

This div border color is #0e4376


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0e4376


Comments

No comments written yet.

Please login to write comment.