Color Hex Logo

#0e0cdb Color Hex

#0E0CDB
(14,12,219)
0 Favorites   0 Comments

Color spaces of #0e0cdb

RGB 1412219
HSL0.670.900.45
HSV241°95°86°
CMYK 0.940.950.00   0.14
XYZ13.09885.470867.3834
Yxy5.47080.15240.0636
Hunter Lab23.389759.0321-154.4355
CIE-Lab28.036068.4558-94.5116

#0e0cdb color RGB value is (14,12,219).

#0e0cdb hex color red value is 14, green value is 12 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #0e0cdb hue: 0.67 , saturation: 0.90 and the lightness value of 0e0cdb is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 00001110 00001100 11011011
Octal 16 14 333
Decimal 14 12 219
Hex E C DB

RGB Percentages of Color #0e0cdb

%5.71
%4.90
%89.39

CMYK Percentages of Color #0e0cdb

%94
%95
%0
%14

Triadic Colors of #0e0cdb

#0e0cdb #db0e0c #0cdb0e

Analogous Colors of #0e0cdb

#0e0cdb #760cdb #0c72db

Monochromatic Colors of #0e0cdb

#0e0cdb

Complementary Color

#0e0cdb #d9db0c

#0e0cdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0e0cdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#0e0cdb Color CSS Codes

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

#0e0cdb Text Font Color

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

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


#0e0cdb Background Color

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

This div background color is #0e0cdb


#0e0cdb Border Color

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

This div border color is #0e0cdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0e0cdb


Comments

No comments written yet.

Please login to write comment.