Color Hex Logo

#054afa Color Hex

#054AFA
(5,74,250)
0 Favorites   0 Comments

Color spaces of #054afa

RGB 574250
HSL0.620.960.50
HSV223°98°98°
CMYK 0.980.700.00   0.02
XYZ19.766711.832091.6845
Yxy11.83200.16030.0960
Hunter Lab34.397742.3795-133.9548
CIE-Lab40.947950.7693-90.6749

#054afa color RGB value is (5,74,250).

#054afa hex color red value is 5, green value is 74 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #054afa hue: 0.62 , saturation: 0.96 and the lightness value of 054afa is 0.50.

The process color (four color CMYK) of #054afa color hex is 0.98, 0.70, 0.00, 0.02. Web safe color of #054afa is #0033ff. Color #054afa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 01001010 11111010
Octal 5 112 372
Decimal 5 74 250
Hex 5 4A FA

RGB Percentages of Color #054afa

%1.52
%22.49
%75.99

CMYK Percentages of Color #054afa

%98
%70
%0
%2

Triadic Colors of #054afa

#054afa #fa054a #4afa05

Analogous Colors of #054afa

#054afa #3b05fa #05c5fa

Monochromatic Colors of #054afa

#054afa

Complementary Color

#054afa #fab505

#054afa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#054afa Color Preview on White Background

Lorem ipsum dolor sit amet.

#054afa Color CSS Codes

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

#054afa Text Font Color

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

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


#054afa Background Color

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

This div background color is #054afa


#054afa Border Color

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

This div border color is #054afa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #054afa

Related Colors


Comments

No comments written yet.

Please login to write comment.