Color Hex Logo

#0e54ff Color Hex

#0E54FF
(14,84,255)
0 Favorites   0 Comments

Color spaces of #0e54ff

RGB 1484255
HSL0.621.000.53
HSV223°95°100°
CMYK 0.950.670.00   0.00
XYZ21.401413.654096.1153
Yxy13.65400.16320.1041
Hunter Lab36.951338.7185-128.3553
CIE-Lab43.732646.7171-88.8682

#0e54ff color RGB value is (14,84,255).

#0e54ff hex color red value is 14, green value is 84 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #0e54ff hue: 0.62 , saturation: 1.00 and the lightness value of 0e54ff is 0.53.

The process color (four color CMYK) of #0e54ff color hex is 0.95, 0.67, 0.00, 0.00. Web safe color of #0e54ff is #0066ff. Color #0e54ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001110 01010100 11111111
Octal 16 124 377
Decimal 14 84 255
Hex E 54 FF

RGB Percentages of Color #0e54ff

%3.97
%23.80
%72.24

CMYK Percentages of Color #0e54ff

%95
%67
%0
%0

Triadic Colors of #0e54ff

#0e54ff #ff0e54 #54ff0e

Analogous Colors of #0e54ff

#0e54ff #400eff #0ecdff

Monochromatic Colors of #0e54ff

#0e54ff

Complementary Color

#0e54ff #ffb90e

#0e54ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0e54ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#0e54ff Color CSS Codes

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

#0e54ff Text Font Color

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

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


#0e54ff Background Color

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

This div background color is #0e54ff


#0e54ff Border Color

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

This div border color is #0e54ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0e54ff

Related Colors


Comments

No comments written yet.

Please login to write comment.