Color Hex Logo

#0e209d Color Hex

#0E209D
(14,32,157)
0 Favorites   0 Comments

Color spaces of #0e209d

RGB 1432157
HSL0.650.840.34
HSV232°91°62°
CMYK 0.910.800.00   0.38
XYZ6.78343.560732.2280
Yxy3.56070.15930.0836
Hunter Lab18.869831.1457-88.0533
CIE-Lab22.162542.9055-67.4896

#0e209d color RGB value is (14,32,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001110 00100000 10011101
Octal 16 40 235
Decimal 14 32 157
Hex E 20 9D

RGB Percentages of Color #0e209d

%6.90
%15.76
%77.34

CMYK Percentages of Color #0e209d

%91
%80
%0
%38

Triadic Colors of #0e209d

#0e209d #9d0e20 #209d0e

Analogous Colors of #0e209d

#0e209d #430e9d #0e689d

Monochromatic Colors of #0e209d

#0e209d

Complementary Color

#0e209d #9d8b0e

#0e209d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0e209d Color Preview on White Background

Lorem ipsum dolor sit amet.

#0e209d Color CSS Codes

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

#0e209d Text Font Color

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

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


#0e209d Background Color

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

This div background color is #0e209d


#0e209d Border Color

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

This div border color is #0e209d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(14,32,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 #0e209d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0e209d


Comments

No comments written yet.

Please login to write comment.