Color Hex Logo

#0e4ecd Color Hex

#0E4ECD
(14,78,205)
0 Favorites   0 Comments

Color spaces of #0e4ecd

RGB 1478205
HSL0.610.870.43
HSV220°93°80°
CMYK 0.930.620.00   0.20
XYZ13.92499.949958.9442
Yxy9.94990.16810.1201
Hunter Lab31.543523.5980-88.7128
CIE-Lab37.752431.8941-70.3245

#0e4ecd color RGB value is (14,78,205).

#0e4ecd hex color red value is 14, green value is 78 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #0e4ecd hue: 0.61 , saturation: 0.87 and the lightness value of 0e4ecd is 0.43.

The process color (four color CMYK) of #0e4ecd color hex is 0.93, 0.62, 0.00, 0.20. Web safe color of #0e4ecd is #0066cc. Color #0e4ecd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001110 01001110 11001101
Octal 16 116 315
Decimal 14 78 205
Hex E 4E CD

RGB Percentages of Color #0e4ecd

%4.71
%26.26
%69.02

CMYK Percentages of Color #0e4ecd

%93
%62
%0
%20

Triadic Colors of #0e4ecd

#0e4ecd #cd0e4e #4ecd0e

Analogous Colors of #0e4ecd

#0e4ecd #2d0ecd #0eaecd

Monochromatic Colors of #0e4ecd

#0e4ecd

Complementary Color

#0e4ecd #cd8d0e

#0e4ecd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0e4ecd Color Preview on White Background

Lorem ipsum dolor sit amet.

#0e4ecd Color CSS Codes

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

#0e4ecd Text Font Color

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

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


#0e4ecd Background Color

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

This div background color is #0e4ecd


#0e4ecd Border Color

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

This div border color is #0e4ecd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0e4ecd


Comments

No comments written yet.

Please login to write comment.