Color Hex Logo

#057dff Color Hex

#057DFF
(5,125,255)
0 Favorites   0 Comments

Color spaces of #057dff

RGB 5125255
HSL0.591.000.51
HSV211°98°100°
CMYK 0.980.510.00   0.00
XYZ25.446221.919597.4975
Yxy21.91950.17570.1513
Hunter Lab46.818315.0846-90.6967
CIE-Lab53.941520.7820-72.1820

#057dff color RGB value is (5,125,255).

#057dff hex color red value is 5, green value is 125 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #057dff hue: 0.59 , saturation: 1.00 and the lightness value of 057dff is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 00000101 01111101 11111111
Octal 5 175 377
Decimal 5 125 255
Hex 5 7D FF

RGB Percentages of Color #057dff

%1.30
%32.47
%66.23

CMYK Percentages of Color #057dff

%98
%51
%0
%0

Triadic Colors of #057dff

#057dff #ff057d #7dff05

Analogous Colors of #057dff

#057dff #0a05ff #05faff

Monochromatic Colors of #057dff

#057dff

Complementary Color

#057dff #ff8705

#057dff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#057dff Color Preview on White Background

Lorem ipsum dolor sit amet.

#057dff Color CSS Codes

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

#057dff Text Font Color

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

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


#057dff Background Color

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

This div background color is #057dff


#057dff Border Color

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

This div border color is #057dff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #057dff

Related Colors

#057dff Color Palettes


Comments

No comments written yet.

Please login to write comment.