Color Hex Logo

#057fbd Color Hex

#057FBD
(5,127,189)
0 Favorites   0 Comments

Color spaces of #057fbd

RGB 5127189
HSL0.560.950.38
HSV200°97°74°
CMYK 0.970.330.00   0.26
XYZ16.837318.885150.9019
Yxy18.88510.19440.2180
Hunter Lab43.4570-6.8904-39.0275
CIE-Lab50.5525-6.0529-40.4768

#057fbd color RGB value is (5,127,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000101 01111111 10111101
Octal 5 177 275
Decimal 5 127 189
Hex 5 7F BD

RGB Percentages of Color #057fbd

%1.56
%39.56
%58.88

CMYK Percentages of Color #057fbd

%97
%33
%0
%26

Triadic Colors of #057fbd

#057fbd #bd057f #7fbd05

Analogous Colors of #057fbd

#057fbd #0523bd #05bd9f

Monochromatic Colors of #057fbd

#057fbd

Complementary Color

#057fbd #bd4305

#057fbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#057fbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#057fbd Color CSS Codes

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

#057fbd Text Font Color

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

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


#057fbd Background Color

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

This div background color is #057fbd


#057fbd Border Color

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

This div border color is #057fbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #057fbd


Comments

No comments written yet.

Please login to write comment.