Color Hex Logo

#054edb Color Hex

#054EDB
(5,78,219)
0 Favorites   0 Comments

Color spaces of #054edb

RGB 578219
HSL0.610.960.44
HSV220°98°86°
CMYK 0.980.640.00   0.14
XYZ15.573210.595568.2422
Yxy10.59550.16500.1122
Hunter Lab32.550728.4357-101.5152
CIE-Lab38.890737.0026-76.5178

#054edb color RGB value is (5,78,219).

#054edb hex color red value is 5, green value is 78 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #054edb hue: 0.61 , saturation: 0.96 and the lightness value of 054edb is 0.44.

The process color (four color CMYK) of #054edb color hex is 0.98, 0.64, 0.00, 0.14. Web safe color of #054edb is #0066cc. Color #054edb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 01001110 11011011
Octal 5 116 333
Decimal 5 78 219
Hex 5 4E DB

RGB Percentages of Color #054edb

%1.66
%25.83
%72.52

CMYK Percentages of Color #054edb

%98
%64
%0
%14

Triadic Colors of #054edb

#054edb #db054e #4edb05

Analogous Colors of #054edb

#054edb #2705db #05b9db

Monochromatic Colors of #054edb

#054edb

Complementary Color

#054edb #db9205

#054edb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#054edb Color Preview on White Background

Lorem ipsum dolor sit amet.

#054edb Color CSS Codes

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

#054edb Text Font Color

<p style="color:#054edb">Text here</p>

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


#054edb Background Color

<div style="background-color:#054edb">
Div content here</div>

This div background color is #054edb


#054edb Border Color

<div style="border:3px solid #054edb">
Div here</div>

This div border color is #054edb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(5,78,219, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #054edb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #054edb;
  -webkit-box-shadow: 1px 1px 3px 2px #054edb;
  box-shadow:         1px 1px 3px 2px #054edb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #054edb


Comments

No comments written yet.

Please login to write comment.