Color Hex Logo

#057ecf Color Hex

#057ECF
(5,126,207)
0 Favorites   0 Comments

Color spaces of #057ecf

RGB 5126207
HSL0.570.950.42
HSV204°98°81°
CMYK 0.980.390.00   0.19
XYZ18.785919.459061.7973
Yxy19.45900.18780.1945
Hunter Lab44.1124-1.1798-52.1811
CIE-Lab51.21991.5101-49.6932

#057ecf color RGB value is (5,126,207).

#057ecf hex color red value is 5, green value is 126 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #057ecf hue: 0.57 , saturation: 0.95 and the lightness value of 057ecf is 0.42.

The process color (four color CMYK) of #057ecf color hex is 0.98, 0.39, 0.00, 0.19. Web safe color of #057ecf is #0066cc. Color #057ecf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 01111110 11001111
Octal 5 176 317
Decimal 5 126 207
Hex 5 7E CF

RGB Percentages of Color #057ecf

%1.48
%37.28
%61.24

CMYK Percentages of Color #057ecf

%98
%39
%0
%19

Triadic Colors of #057ecf

#057ecf #cf057e #7ecf05

Analogous Colors of #057ecf

#057ecf #0519cf #05cfbb

Monochromatic Colors of #057ecf

#057ecf

Complementary Color

#057ecf #cf5605

#057ecf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#057ecf Color Preview on White Background

Lorem ipsum dolor sit amet.

#057ecf Color CSS Codes

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

#057ecf Text Font Color

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

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


#057ecf Background Color

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

This div background color is #057ecf


#057ecf Border Color

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

This div border color is #057ecf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #057ecf


Comments

No comments written yet.

Please login to write comment.