Color Hex Logo

#0e39ce Color Hex

#0E39CE
(14,57,206)
0 Favorites   0 Comments

Color spaces of #0e39ce

RGB 1457206
HSL0.630.870.43
HSV227°93°81°
CMYK 0.930.720.00   0.19
XYZ12.78487.475859.1617
Yxy7.47580.16100.0941
Hunter Lab27.341935.6165-109.1508
CIE-Lab32.866445.5547-78.9488

#0e39ce color RGB value is (14,57,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001110 00111001 11001110
Octal 16 71 316
Decimal 14 57 206
Hex E 39 CE

RGB Percentages of Color #0e39ce

%5.05
%20.58
%74.37

CMYK Percentages of Color #0e39ce

%93
%72
%0
%19

Triadic Colors of #0e39ce

#0e39ce #ce0e39 #39ce0e

Analogous Colors of #0e39ce

#0e39ce #430ece #0e99ce

Monochromatic Colors of #0e39ce

#0e39ce

Complementary Color

#0e39ce #cea30e

#0e39ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0e39ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#0e39ce Color CSS Codes

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

#0e39ce Text Font Color

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

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


#0e39ce Background Color

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

This div background color is #0e39ce


#0e39ce Border Color

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

This div border color is #0e39ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0e39ce


Comments

No comments written yet.

Please login to write comment.