Color Hex Logo

#0e48ce Color Hex

#0E48CE
(14,72,206)
0 Favorites   0 Comments

Color spaces of #0e48ce

RGB 1472206
HSL0.620.870.43
HSV222°93°81°
CMYK 0.930.650.00   0.19
XYZ13.63909.184359.4464
Yxy9.18430.16580.1116
Hunter Lab30.305627.2989-95.0872
CIE-Lab36.336736.1795-73.2269

#0e48ce color RGB value is (14,72,206).

#0e48ce hex color red value is 14, green value is 72 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #0e48ce hue: 0.62 , saturation: 0.87 and the lightness value of 0e48ce is 0.43.

The process color (four color CMYK) of #0e48ce color hex is 0.93, 0.65, 0.00, 0.19. Web safe color of #0e48ce is #0033cc. Color #0e48ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001110 01001000 11001110
Octal 16 110 316
Decimal 14 72 206
Hex E 48 CE

RGB Percentages of Color #0e48ce

%4.79
%24.66
%70.55

CMYK Percentages of Color #0e48ce

%93
%65
%0
%19

Triadic Colors of #0e48ce

#0e48ce #ce0e48 #48ce0e

Analogous Colors of #0e48ce

#0e48ce #340ece #0ea8ce

Monochromatic Colors of #0e48ce

#0e48ce

Complementary Color

#0e48ce #ce940e

#0e48ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0e48ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#0e48ce Color CSS Codes

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

#0e48ce Text Font Color

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

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


#0e48ce Background Color

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

This div background color is #0e48ce


#0e48ce Border Color

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

This div border color is #0e48ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0e48ce


Comments

No comments written yet.

Please login to write comment.