Color Hex Logo

#057afb Color Hex

#057AFB
(5,122,251)
0 Favorites   0 Comments

Color spaces of #057afb

RGB 5122251
HSL0.590.970.50
HSV211°98°98°
CMYK 0.980.510.00   0.02
XYZ24.434720.916494.0162
Yxy20.91640.17530.1501
Hunter Lab45.734515.3325-89.8682
CIE-Lab52.857921.1249-71.7280

#057afb color RGB value is (5,122,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000101 01111010 11111011
Octal 5 172 373
Decimal 5 122 251
Hex 5 7A FB

RGB Percentages of Color #057afb

%1.32
%32.28
%66.40

CMYK Percentages of Color #057afb

%98
%51
%0
%2

Triadic Colors of #057afb

#057afb #fb057a #7afb05

Analogous Colors of #057afb

#057afb #0b05fb #05f5fb

Monochromatic Colors of #057afb

#057afb

Complementary Color

#057afb #fb8605

#057afb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#057afb Color Preview on White Background

Lorem ipsum dolor sit amet.

#057afb Color CSS Codes

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

#057afb Text Font Color

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

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


#057afb Background Color

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

This div background color is #057afb


#057afb Border Color

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

This div border color is #057afb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(5,122,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 #057afb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #057afb


Comments

No comments written yet.

Please login to write comment.