Color Hex Logo

#0e2580 Color Hex

#0E2580
(14,37,128)
0 Favorites   0 Comments

Color spaces of #0e2580

RGB 1437128
HSL0.630.800.28
HSV228°89°50°
CMYK 0.890.710.00   0.50
XYZ4.73902.975020.7465
Yxy2.97500.16650.1045
Hunter Lab17.248218.8592-59.2416
CIE-Lab19.943529.1001-53.1151

#0e2580 color RGB value is (14,37,128).

#0e2580 hex color red value is 14, green value is 37 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #0e2580 hue: 0.63 , saturation: 0.80 and the lightness value of 0e2580 is 0.28.

The process color (four color CMYK) of #0e2580 color hex is 0.89, 0.71, 0.00, 0.50. Web safe color of #0e2580 is #003399. Color #0e2580 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001110 00100101 10000000
Octal 16 45 200
Decimal 14 37 128
Hex E 25 80

RGB Percentages of Color #0e2580

%7.82
%20.67
%71.51

CMYK Percentages of Color #0e2580

%89
%71
%0
%50

Triadic Colors of #0e2580

#0e2580 #800e25 #25800e

Analogous Colors of #0e2580

#0e2580 #300e80 #0e5e80

Monochromatic Colors of #0e2580

#0e2580

Complementary Color

#0e2580 #80690e

#0e2580 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0e2580 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0e2580 Color CSS Codes

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

#0e2580 Text Font Color

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

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


#0e2580 Background Color

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

This div background color is #0e2580


#0e2580 Border Color

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

This div border color is #0e2580


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0e2580


Comments

No comments written yet.

Please login to write comment.