Color Hex Logo

#057cef Color Hex

#057CEF
(5,124,239)
0 Favorites   0 Comments

Color spaces of #057cef

RGB 5124239
HSL0.580.960.48
HSV209°98°94°
CMYK 0.980.480.00   0.06
XYZ22.850220.679684.4486
Yxy20.67960.17850.1616
Hunter Lab45.474810.1118-78.2716
CIE-Lab52.597015.2230-65.4849

#057cef color RGB value is (5,124,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000101 01111100 11101111
Octal 5 174 357
Decimal 5 124 239
Hex 5 7C EF

RGB Percentages of Color #057cef

%1.36
%33.70
%64.95

CMYK Percentages of Color #057cef

%98
%48
%0
%6

Triadic Colors of #057cef

#057cef #ef057c #7cef05

Analogous Colors of #057cef

#057cef #0507ef #05efed

Monochromatic Colors of #057cef

#057cef

Complementary Color

#057cef #ef7805

#057cef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#057cef Color Preview on White Background

Lorem ipsum dolor sit amet.

#057cef Color CSS Codes

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

#057cef Text Font Color

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

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


#057cef Background Color

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

This div background color is #057cef


#057cef Border Color

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

This div border color is #057cef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #057cef


Comments

No comments written yet.

Please login to write comment.