Color Hex Logo

#057fef Color Hex

#057FEF
(5,127,239)
0 Favorites   0 Comments

Color spaces of #057fef

RGB 5127239
HSL0.580.960.48
HSV209°98°94°
CMYK 0.980.470.00   0.06
XYZ23.231921.443084.5758
Yxy21.44300.17970.1659
Hunter Lab46.30668.5165-75.8745
CIE-Lab53.431013.3501-64.1393

#057fef color RGB value is (5,127,239).

#057fef hex color red value is 5, green value is 127 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #057fef hue: 0.58 , saturation: 0.96 and the lightness value of 057fef is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 00000101 01111111 11101111
Octal 5 177 357
Decimal 5 127 239
Hex 5 7F EF

RGB Percentages of Color #057fef

%1.35
%34.23
%64.42

CMYK Percentages of Color #057fef

%98
%47
%0
%6

Triadic Colors of #057fef

#057fef #ef057f #7fef05

Analogous Colors of #057fef

#057fef #050aef #05efea

Monochromatic Colors of #057fef

#057fef

Complementary Color

#057fef #ef7505

#057fef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#057fef Color Preview on White Background

Lorem ipsum dolor sit amet.

#057fef Color CSS Codes

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

#057fef Text Font Color

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

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


#057fef Background Color

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

This div background color is #057fef


#057fef Border Color

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

This div border color is #057fef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #057fef


Comments

No comments written yet.

Please login to write comment.