Color Hex Logo

#054ecb Color Hex

#054ECB
(5,78,203)
0 Favorites   0 Comments

Color spaces of #054ecb

RGB 578203
HSL0.610.950.41
HSV218°98°80°
CMYK 0.980.620.00   0.20
XYZ13.56659.792857.6751
Yxy9.79280.16740.1208
Hunter Lab31.293422.6207-87.3685
CIE-Lab37.468030.8389-69.6366

#054ecb color RGB value is (5,78,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000101 01001110 11001011
Octal 5 116 313
Decimal 5 78 203
Hex 5 4E CB

RGB Percentages of Color #054ecb

%1.75
%27.27
%70.98

CMYK Percentages of Color #054ecb

%98
%62
%0
%20

Triadic Colors of #054ecb

#054ecb #cb054e #4ecb05

Analogous Colors of #054ecb

#054ecb #1f05cb #05b1cb

Monochromatic Colors of #054ecb

#054ecb

Complementary Color

#054ecb #cb8205

#054ecb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#054ecb Color Preview on White Background

Lorem ipsum dolor sit amet.

#054ecb Color CSS Codes

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

#054ecb Text Font Color

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

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


#054ecb Background Color

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

This div background color is #054ecb


#054ecb Border Color

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

This div border color is #054ecb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #054ecb


Comments

No comments written yet.

Please login to write comment.