Color Hex Logo

#0e40ac Color Hex

#0E40AC
(14,64,172)
0 Favorites   0 Comments

Color spaces of #0e40ac

RGB 1464172
HSL0.610.850.36
HSV221°92°67°
CMYK 0.920.630.00   0.33
XYZ9.46096.738739.8318
Yxy6.73870.16880.1203
Hunter Lab25.959019.6270-72.8040
CIE-Lab31.204528.2547-61.6515

#0e40ac color RGB value is (14,64,172).

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

The process color (four color CMYK) of #0e40ac color hex is 0.92, 0.63, 0.00, 0.33. Web safe color of #0e40ac is #003399. Color #0e40ac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001110 01000000 10101100
Octal 16 100 254
Decimal 14 64 172
Hex E 40 AC

RGB Percentages of Color #0e40ac

%5.60
%25.60
%68.80

CMYK Percentages of Color #0e40ac

%92
%63
%0
%33

Triadic Colors of #0e40ac

#0e40ac #ac0e40 #40ac0e

Analogous Colors of #0e40ac

#0e40ac #2b0eac #0e8fac

Monochromatic Colors of #0e40ac

#0e40ac

Complementary Color

#0e40ac #ac7a0e

#0e40ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0e40ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#0e40ac Color CSS Codes

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

#0e40ac Text Font Color

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

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


#0e40ac Background Color

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

This div background color is #0e40ac


#0e40ac Border Color

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

This div border color is #0e40ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0e40ac


Comments

No comments written yet.

Please login to write comment.