Color Hex Logo

#0e47ae Color Hex

#0E47AE
(14,71,174)
0 Favorites   0 Comments

Color spaces of #0e47ae

RGB 1471174
HSL0.610.850.37
HSV219°92°68°
CMYK 0.920.590.00   0.32
XYZ10.07437.655840.9911
Yxy7.65580.17160.1304
Hunter Lab27.669116.5707-68.4683
CIE-Lab33.255524.3176-59.4898

#0e47ae color RGB value is (14,71,174).

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

The process color (four color CMYK) of #0e47ae color hex is 0.92, 0.59, 0.00, 0.32. Web safe color of #0e47ae is #003399. Color #0e47ae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001110 01000111 10101110
Octal 16 107 256
Decimal 14 71 174
Hex E 47 AE

RGB Percentages of Color #0e47ae

%5.41
%27.41
%67.18

CMYK Percentages of Color #0e47ae

%92
%59
%0
%32

Triadic Colors of #0e47ae

#0e47ae #ae0e47 #47ae0e

Analogous Colors of #0e47ae

#0e47ae #250eae #0e97ae

Monochromatic Colors of #0e47ae

#0e47ae

Complementary Color

#0e47ae #ae750e

#0e47ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0e47ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#0e47ae Color CSS Codes

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

#0e47ae Text Font Color

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

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


#0e47ae Background Color

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

This div background color is #0e47ae


#0e47ae Border Color

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

This div border color is #0e47ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0e47ae


Comments

No comments written yet.

Please login to write comment.