Color Hex Logo

#0e2c55 Color Hex

#0E2C55
(14,44,85)
0 Favorites   0 Comments

Color spaces of #0e2c55

RGB 144485
HSL0.600.720.19
HSV215°84°33°
CMYK 0.840.480.00   0.67
XYZ2.72152.55068.9432
Yxy2.55060.19140.1794
Hunter Lab15.97062.4691-22.0217
CIE-Lab18.14595.7848-28.0653

#0e2c55 color RGB value is (14,44,85).

#0e2c55 hex color red value is 14, green value is 44 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #0e2c55 hue: 0.60 , saturation: 0.72 and the lightness value of 0e2c55 is 0.19.

The process color (four color CMYK) of #0e2c55 color hex is 0.84, 0.48, 0.00, 0.67. Web safe color of #0e2c55 is #003366. Color #0e2c55 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001110 00101100 01010101
Octal 16 54 125
Decimal 14 44 85
Hex E 2C 55

RGB Percentages of Color #0e2c55

%9.79
%30.77
%59.44

CMYK Percentages of Color #0e2c55

%84
%48
%0
%67

Triadic Colors of #0e2c55

#0e2c55 #550e2c #2c550e

Analogous Colors of #0e2c55

#0e2c55 #130e55 #0e5055

Monochromatic Colors of #0e2c55

#0e2c55

Complementary Color

#0e2c55 #55370e

#0e2c55 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0e2c55 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0e2c55 Color CSS Codes

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

#0e2c55 Text Font Color

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

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


#0e2c55 Background Color

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

This div background color is #0e2c55


#0e2c55 Border Color

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

This div border color is #0e2c55


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0e2c55


Comments

No comments written yet.

Please login to write comment.