Color Hex Logo

#0e2257 Color Hex

#0E2257
(14,34,87)
0 Favorites   0 Comments

Color spaces of #0e2257

RGB 143487
HSL0.620.720.20
HSV224°84°34°
CMYK 0.840.610.00   0.66
XYZ2.47341.92559.2581
Yxy1.92550.18110.1410
Hunter Lab13.87627.5337-29.8444
CIE-Lab15.091314.1540-34.3405

#0e2257 color RGB value is (14,34,87).

#0e2257 hex color red value is 14, green value is 34 and the blue value of its RGB is 87. Cylindrical-coordinate representations (also known as HSL) of color #0e2257 hue: 0.62 , saturation: 0.72 and the lightness value of 0e2257 is 0.20.

The process color (four color CMYK) of #0e2257 color hex is 0.84, 0.61, 0.00, 0.66. Web safe color of #0e2257 is #003366. Color #0e2257 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001110 00100010 01010111
Octal 16 42 127
Decimal 14 34 87
Hex E 22 57

RGB Percentages of Color #0e2257

%10.37
%25.19
%64.44

CMYK Percentages of Color #0e2257

%84
%61
%0
%66

Triadic Colors of #0e2257

#0e2257 #570e22 #22570e

Analogous Colors of #0e2257

#0e2257 #1e0e57 #0e4757

Monochromatic Colors of #0e2257

#0e2257

Complementary Color

#0e2257 #57430e

#0e2257 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0e2257 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0e2257 Color CSS Codes

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

#0e2257 Text Font Color

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

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


#0e2257 Background Color

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

This div background color is #0e2257


#0e2257 Border Color

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

This div border color is #0e2257


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0e2257


Comments

No comments written yet.

Please login to write comment.