Color Hex Logo

#0e43ae Color Hex

#0E43AE
(14,67,174)
0 Favorites   0 Comments

Color spaces of #0e43ae

RGB 1467174
HSL0.610.850.37
HSV220°92°68°
CMYK 0.920.610.00   0.32
XYZ9.82827.163740.9091
Yxy7.16370.16970.1237
Hunter Lab26.765118.7067-71.8862
CIE-Lab32.176727.0249-61.2534

#0e43ae color RGB value is (14,67,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001110 01000011 10101110
Octal 16 103 256
Decimal 14 67 174
Hex E 43 AE

RGB Percentages of Color #0e43ae

%5.49
%26.27
%68.24

CMYK Percentages of Color #0e43ae

%92
%61
%0
%32

Triadic Colors of #0e43ae

#0e43ae #ae0e43 #43ae0e

Analogous Colors of #0e43ae

#0e43ae #290eae #0e93ae

Monochromatic Colors of #0e43ae

#0e43ae

Complementary Color

#0e43ae #ae790e

#0e43ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0e43ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#0e43ae Color CSS Codes

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

#0e43ae Text Font Color

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

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


#0e43ae Background Color

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

This div background color is #0e43ae


#0e43ae Border Color

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

This div border color is #0e43ae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(14,67,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 #0e43ae">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0e43ae


Comments

No comments written yet.

Please login to write comment.