Color Hex Logo

#0e14ab Color Hex

#0E14AB
(14,20,171)
0 Favorites   0 Comments

Color spaces of #0e14ab

RGB 1420171
HSL0.660.850.36
HSV238°92°67°
CMYK 0.920.880.00   0.33
XYZ7.78193.533938.8000
Yxy3.53390.15530.0705
Hunter Lab18.798740.9942-109.2141
CIE-Lab22.066553.0333-76.1608

#0e14ab color RGB value is (14,20,171).

#0e14ab hex color red value is 14, green value is 20 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #0e14ab hue: 0.66 , saturation: 0.85 and the lightness value of 0e14ab is 0.36.

The process color (four color CMYK) of #0e14ab color hex is 0.92, 0.88, 0.00, 0.33. Web safe color of #0e14ab is #000099. Color #0e14ab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001110 00010100 10101011
Octal 16 24 253
Decimal 14 20 171
Hex E 14 AB

RGB Percentages of Color #0e14ab

%6.83
%9.76
%83.41

CMYK Percentages of Color #0e14ab

%92
%88
%0
%33

Triadic Colors of #0e14ab

#0e14ab #ab0e14 #14ab0e

Analogous Colors of #0e14ab

#0e14ab #560eab #0e62ab

Monochromatic Colors of #0e14ab

#0e14ab

Complementary Color

#0e14ab #aba50e

#0e14ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0e14ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#0e14ab Color CSS Codes

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

#0e14ab Text Font Color

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

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


#0e14ab Background Color

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

This div background color is #0e14ab


#0e14ab Border Color

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

This div border color is #0e14ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0e14ab


Comments

No comments written yet.

Please login to write comment.