Color Hex Logo

#057cbf Color Hex

#057CBF
(5,124,191)
0 Favorites   0 Comments

Color spaces of #057cbf

RGB 5124191
HSL0.560.950.38
HSV202°97°75°
CMYK 0.970.350.00   0.25
XYZ16.674218.209251.9261
Yxy18.20920.19210.2098
Hunter Lab42.6722-4.9274-42.2770
CIE-Lab49.7489-3.4986-42.8965

#057cbf color RGB value is (5,124,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000101 01111100 10111111
Octal 5 174 277
Decimal 5 124 191
Hex 5 7C BF

RGB Percentages of Color #057cbf

%1.56
%38.75
%59.69

CMYK Percentages of Color #057cbf

%97
%35
%0
%25

Triadic Colors of #057cbf

#057cbf #bf057c #7cbf05

Analogous Colors of #057cbf

#057cbf #051fbf #05bfa5

Monochromatic Colors of #057cbf

#057cbf

Complementary Color

#057cbf #bf4805

#057cbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#057cbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#057cbf Color CSS Codes

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

#057cbf Text Font Color

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

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


#057cbf Background Color

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

This div background color is #057cbf


#057cbf Border Color

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

This div border color is #057cbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #057cbf


Comments

No comments written yet.

Please login to write comment.