Color Hex Logo

#057fbe Color Hex

#057FBE
(5,127,190)
0 Favorites   0 Comments

Color spaces of #057fbe

RGB 5127190
HSL0.560.950.38
HSV200°97°75°
CMYK 0.970.330.00   0.25
XYZ16.946218.928751.4756
Yxy18.92870.19400.2167
Hunter Lab43.5071-6.6110-39.6942
CIE-Lab50.6037-5.6694-40.9695

#057fbe color RGB value is (5,127,190).

#057fbe hex color red value is 5, green value is 127 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #057fbe hue: 0.56 , saturation: 0.95 and the lightness value of 057fbe is 0.38.

The process color (four color CMYK) of #057fbe color hex is 0.97, 0.33, 0.00, 0.25. Web safe color of #057fbe is #0066cc. Color #057fbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 01111111 10111110
Octal 5 177 276
Decimal 5 127 190
Hex 5 7F BE

RGB Percentages of Color #057fbe

%1.55
%39.44
%59.01

CMYK Percentages of Color #057fbe

%97
%33
%0
%25

Triadic Colors of #057fbe

#057fbe #be057f #7fbe05

Analogous Colors of #057fbe

#057fbe #0523be #05bea1

Monochromatic Colors of #057fbe

#057fbe

Complementary Color

#057fbe #be4405

#057fbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#057fbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#057fbe Color CSS Codes

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

#057fbe Text Font Color

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

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


#057fbe Background Color

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

This div background color is #057fbe


#057fbe Border Color

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

This div border color is #057fbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #057fbe


Comments

No comments written yet.

Please login to write comment.