Color Hex Logo

#0e32db Color Hex

#0E32DB
(14,50,219)
0 Favorites   0 Comments

Color spaces of #0e32db

RGB 1450219
HSL0.640.880.46
HSV229°94°86°
CMYK 0.940.770.00   0.14
XYZ14.10797.489067.7198
Yxy7.48900.15800.0838
Hunter Lab27.366044.1308-127.5624
CIE-Lab32.895253.9799-86.4170

#0e32db color RGB value is (14,50,219).

#0e32db hex color red value is 14, green value is 50 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #0e32db hue: 0.64 , saturation: 0.88 and the lightness value of 0e32db is 0.46.

The process color (four color CMYK) of #0e32db color hex is 0.94, 0.77, 0.00, 0.14. Web safe color of #0e32db is #0033cc. Color #0e32db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001110 00110010 11011011
Octal 16 62 333
Decimal 14 50 219
Hex E 32 DB

RGB Percentages of Color #0e32db

%4.95
%17.67
%77.39

CMYK Percentages of Color #0e32db

%94
%77
%0
%14

Triadic Colors of #0e32db

#0e32db #db0e32 #32db0e

Analogous Colors of #0e32db

#0e32db #510edb #0e99db

Monochromatic Colors of #0e32db

#0e32db

Complementary Color

#0e32db #dbb70e

#0e32db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0e32db Color Preview on White Background

Lorem ipsum dolor sit amet.

#0e32db Color CSS Codes

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

#0e32db Text Font Color

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

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


#0e32db Background Color

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

This div background color is #0e32db


#0e32db Border Color

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

This div border color is #0e32db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0e32db


Comments

No comments written yet.

Please login to write comment.