Color Hex Logo

#0e79fe Color Hex

#0E79FE
(14,121,254)
0 Favorites   0 Comments

Color spaces of #0e79fe

RGB 14121254
HSL0.590.990.53
HSV213°94°100°
CMYK 0.940.520.00   0.00
XYZ24.907920.923996.4919
Yxy20.92390.17500.1470
Hunter Lab45.742617.1476-93.0495
CIE-Lab52.866123.1286-73.3710

#0e79fe color RGB value is (14,121,254).

#0e79fe hex color red value is 14, green value is 121 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #0e79fe hue: 0.59 , saturation: 0.99 and the lightness value of 0e79fe is 0.53.

The process color (four color CMYK) of #0e79fe color hex is 0.94, 0.52, 0.00, 0.00. Web safe color of #0e79fe is #0066ff. Color #0e79fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001110 01111001 11111110
Octal 16 171 376
Decimal 14 121 254
Hex E 79 FE

RGB Percentages of Color #0e79fe

%3.60
%31.11
%65.30

CMYK Percentages of Color #0e79fe

%94
%52
%0
%0

Triadic Colors of #0e79fe

#0e79fe #fe0e79 #79fe0e

Analogous Colors of #0e79fe

#0e79fe #1b0efe #0ef1fe

Monochromatic Colors of #0e79fe

#0e79fe

Complementary Color

#0e79fe #fe930e

#0e79fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0e79fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#0e79fe Color CSS Codes

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

#0e79fe Text Font Color

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

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


#0e79fe Background Color

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

This div background color is #0e79fe


#0e79fe Border Color

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

This div border color is #0e79fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0e79fe

Related Colors


Comments

No comments written yet.

Please login to write comment.