Color Hex Logo

#054fbc Color Hex

#054FBC
(5,79,188)
0 Favorites   0 Comments

Color spaces of #054fbc

RGB 579188
HSL0.600.950.38
HSV216°97°74°
CMYK 0.970.580.00   0.26
XYZ11.93579.255148.7343
Yxy9.25510.17070.1324
Hunter Lab30.422216.7930-73.6830
CIE-Lab36.470924.2164-62.5201

#054fbc color RGB value is (5,79,188).

#054fbc hex color red value is 5, green value is 79 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #054fbc hue: 0.60 , saturation: 0.95 and the lightness value of 054fbc is 0.38.

The process color (four color CMYK) of #054fbc color hex is 0.97, 0.58, 0.00, 0.26. Web safe color of #054fbc is #0066cc. Color #054fbc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 01001111 10111100
Octal 5 117 274
Decimal 5 79 188
Hex 5 4F BC

RGB Percentages of Color #054fbc

%1.84
%29.04
%69.12

CMYK Percentages of Color #054fbc

%97
%58
%0
%26

Triadic Colors of #054fbc

#054fbc #bc054f #4fbc05

Analogous Colors of #054fbc

#054fbc #1705bc #05abbc

Monochromatic Colors of #054fbc

#054fbc

Complementary Color

#054fbc #bc7205

#054fbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#054fbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#054fbc Color CSS Codes

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

#054fbc Text Font Color

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

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


#054fbc Background Color

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

This div background color is #054fbc


#054fbc Border Color

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

This div border color is #054fbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #054fbc


Comments

No comments written yet.

Please login to write comment.