Color Hex Logo

#057cec Color Hex

#057CEC
(5,124,236)
0 Favorites   0 Comments

Color spaces of #057cec

RGB 5124236
HSL0.580.960.47
HSV209°98°93°
CMYK 0.980.470.00   0.07
XYZ22.410620.503782.1333
Yxy20.50370.17920.1640
Hunter Lab45.28109.1019-75.8469
CIE-Lab52.402014.0570-64.1263

#057cec color RGB value is (5,124,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000101 01111100 11101100
Octal 5 174 354
Decimal 5 124 236
Hex 5 7C EC

RGB Percentages of Color #057cec

%1.37
%33.97
%64.66

CMYK Percentages of Color #057cec

%98
%47
%0
%7

Triadic Colors of #057cec

#057cec #ec057c #7cec05

Analogous Colors of #057cec

#057cec #0509ec #05ece9

Monochromatic Colors of #057cec

#057cec

Complementary Color

#057cec #ec7505

#057cec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#057cec Color Preview on White Background

Lorem ipsum dolor sit amet.

#057cec Color CSS Codes

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

#057cec Text Font Color

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

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


#057cec Background Color

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

This div background color is #057cec


#057cec Border Color

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

This div border color is #057cec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #057cec


Comments

No comments written yet.

Please login to write comment.