Color Hex Logo

#057eff Color Hex

#057EFF
(5,126,255)
0 Favorites   0 Comments

Color spaces of #057eff

RGB 5126255
HSL0.591.000.51
HSV211°98°100°
CMYK 0.980.510.00   0.00
XYZ25.573422.174097.5399
Yxy22.17400.17600.1526
Hunter Lab47.089314.5341-89.8498
CIE-Lab54.211120.1558-71.7450

#057eff color RGB value is (5,126,255).

#057eff hex color red value is 5, green value is 126 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #057eff hue: 0.59 , saturation: 1.00 and the lightness value of 057eff is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 00000101 01111110 11111111
Octal 5 176 377
Decimal 5 126 255
Hex 5 7E FF

RGB Percentages of Color #057eff

%1.30
%32.64
%66.06

CMYK Percentages of Color #057eff

%98
%51
%0
%0

Triadic Colors of #057eff

#057eff #ff057e #7eff05

Analogous Colors of #057eff

#057eff #0905ff #05fbff

Monochromatic Colors of #057eff

#057eff

Complementary Color

#057eff #ff8605

#057eff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#057eff Color Preview on White Background

Lorem ipsum dolor sit amet.

#057eff Color CSS Codes

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

#057eff Text Font Color

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

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


#057eff Background Color

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

This div background color is #057eff


#057eff Border Color

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

This div border color is #057eff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #057eff


Comments

No comments written yet.

Please login to write comment.