Color Hex Logo

#054afb Color Hex

#054AFB
(5,74,251)
0 Favorites   0 Comments

Color spaces of #054afb

RGB 574251
HSL0.620.970.50
HSV223°98°98°
CMYK 0.980.710.00   0.02
XYZ19.924011.894992.5126
Yxy11.89490.16020.0957
Hunter Lab34.489042.7622-134.8961
CIE-Lab41.048651.1189-91.0681

#054afb color RGB value is (5,74,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000101 01001010 11111011
Octal 5 112 373
Decimal 5 74 251
Hex 5 4A FB

RGB Percentages of Color #054afb

%1.52
%22.42
%76.06

CMYK Percentages of Color #054afb

%98
%71
%0
%2

Triadic Colors of #054afb

#054afb #fb054a #4afb05

Analogous Colors of #054afb

#054afb #3b05fb #05c5fb

Monochromatic Colors of #054afb

#054afb

Complementary Color

#054afb #fbb605

#054afb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#054afb Color Preview on White Background

Lorem ipsum dolor sit amet.

#054afb Color CSS Codes

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

#054afb Text Font Color

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

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


#054afb Background Color

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

This div background color is #054afb


#054afb Border Color

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

This div border color is #054afb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #054afb


Comments

No comments written yet.

Please login to write comment.