Color Hex Logo

#014eff Color Hex

#014EFF
(1,78,255)
0 Favorites   0 Comments

Color spaces of #014eff

RGB 178255
HSL0.621.000.50
HSV222°100°100°
CMYK 1.000.690.00   0.00
XYZ20.786912.675295.9587
Yxy12.67520.16060.0979
Hunter Lab35.602241.9159-134.8827
CIE-Lab42.269750.0828-91.2862

#014eff color RGB value is (1,78,255).

#014eff hex color red value is 1, green value is 78 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #014eff hue: 0.62 , saturation: 1.00 and the lightness value of 014eff is 0.50.

The process color (four color CMYK) of #014eff color hex is 1.00, 0.69, 0.00, 0.00. Web safe color of #014eff is #0066ff. Color #014eff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 01001110 11111111
Octal 1 116 377
Decimal 1 78 255
Hex 1 4E FF

RGB Percentages of Color #014eff

%0.30
%23.35
%76.35

CMYK Percentages of Color #014eff

%100
%69
%0
%0

Triadic Colors of #014eff

#014eff #ff014e #4eff01

Analogous Colors of #014eff

#014eff #3301ff #01cdff

Monochromatic Colors of #014eff

#014eff

Complementary Color

#014eff #ffb201

#014eff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#014eff Color Preview on White Background

Lorem ipsum dolor sit amet.

#014eff Color CSS Codes

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

#014eff Text Font Color

<p style="color:#014eff">Text here</p>

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


#014eff Background Color

<div style="background-color:#014eff">
Div content here</div>

This div background color is #014eff


#014eff Border Color

<div style="border:3px solid #014eff">
Div here</div>

This div border color is #014eff


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(1,78,255, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #014eff; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #014eff;
  -webkit-box-shadow: 1px 1px 3px 2px #014eff;
  box-shadow:         1px 1px 3px 2px #014eff; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(1,78,255, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #014eff


Comments

No comments written yet.

Please login to write comment.