Color Hex Logo

#0e329d Color Hex

#0E329D
(14,50,157)
0 Favorites   0 Comments

Color spaces of #0e329d

RGB 1450157
HSL0.620.840.34
HSV225°91°62°
CMYK 0.910.680.00   0.38
XYZ7.40754.808932.4361
Yxy4.80890.16590.1077
Hunter Lab21.929221.9197-72.3471
CIE-Lab26.183231.7494-60.8435

#0e329d color RGB value is (14,50,157).

#0e329d hex color red value is 14, green value is 50 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #0e329d hue: 0.62 , saturation: 0.84 and the lightness value of 0e329d is 0.34.

The process color (four color CMYK) of #0e329d color hex is 0.91, 0.68, 0.00, 0.38. Web safe color of #0e329d is #003399. Color #0e329d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001110 00110010 10011101
Octal 16 62 235
Decimal 14 50 157
Hex E 32 9D

RGB Percentages of Color #0e329d

%6.33
%22.62
%71.04

CMYK Percentages of Color #0e329d

%91
%68
%0
%38

Triadic Colors of #0e329d

#0e329d #9d0e32 #329d0e

Analogous Colors of #0e329d

#0e329d #320e9d #0e7a9d

Monochromatic Colors of #0e329d

#0e329d

Complementary Color

#0e329d #9d790e

#0e329d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0e329d Color Preview on White Background

Lorem ipsum dolor sit amet.

#0e329d Color CSS Codes

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

#0e329d Text Font Color

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

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


#0e329d Background Color

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

This div background color is #0e329d


#0e329d Border Color

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

This div border color is #0e329d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0e329d


Comments

No comments written yet.

Please login to write comment.