Color Hex Logo

#0e327e Color Hex

#0E327E
(14,50,126)
0 Favorites   0 Comments

Color spaces of #0e327e

RGB 1450126
HSL0.610.800.27
HSV221°89°49°
CMYK 0.890.600.00   0.51
XYZ5.08763.880920.2196
Yxy3.88090.17430.1330
Hunter Lab19.700011.6233-47.0638
CIE-Lab23.273719.1517-46.3907

#0e327e color RGB value is (14,50,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001110 00110010 01111110
Octal 16 62 176
Decimal 14 50 126
Hex E 32 7E

RGB Percentages of Color #0e327e

%7.37
%26.32
%66.32

CMYK Percentages of Color #0e327e

%89
%60
%0
%51

Triadic Colors of #0e327e

#0e327e #7e0e32 #327e0e

Analogous Colors of #0e327e

#0e327e #220e7e #0e6a7e

Monochromatic Colors of #0e327e

#0e327e

Complementary Color

#0e327e #7e5a0e

#0e327e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0e327e Color Preview on White Background

Lorem ipsum dolor sit amet.

#0e327e Color CSS Codes

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

#0e327e Text Font Color

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

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


#0e327e Background Color

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

This div background color is #0e327e


#0e327e Border Color

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

This div border color is #0e327e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0e327e


Comments

No comments written yet.

Please login to write comment.