Color Hex Logo

#0e2841 Color Hex

#0E2841
(14,40,65)
0 Favorites   0 Comments

Color spaces of #0e2841

RGB 144065
HSL0.580.650.15
HSV209°78°25°
CMYK 0.780.380.00   0.75
XYZ1.89401.99265.2858
Yxy1.99260.20650.2172
Hunter Lab14.1159-0.7528-12.3203
CIE-Lab15.44840.0022-18.7379

#0e2841 color RGB value is (14,40,65).

#0e2841 hex color red value is 14, green value is 40 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #0e2841 hue: 0.58 , saturation: 0.65 and the lightness value of 0e2841 is 0.15.

The process color (four color CMYK) of #0e2841 color hex is 0.78, 0.38, 0.00, 0.75. Web safe color of #0e2841 is #003333. Color #0e2841 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001110 00101000 01000001
Octal 16 50 101
Decimal 14 40 65
Hex E 28 41

RGB Percentages of Color #0e2841

%11.76
%33.61
%54.62

CMYK Percentages of Color #0e2841

%78
%38
%0
%75

Triadic Colors of #0e2841

#0e2841 #410e28 #28410e

Analogous Colors of #0e2841

#0e2841 #0e0f41 #0e4141

Monochromatic Colors of #0e2841

#0e2841

Complementary Color

#0e2841 #41270e

#0e2841 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0e2841 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0e2841 Color CSS Codes

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

#0e2841 Text Font Color

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

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


#0e2841 Background Color

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

This div background color is #0e2841


#0e2841 Border Color

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

This div border color is #0e2841


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0e2841


Comments

No comments written yet.

Please login to write comment.