Color Hex Logo

#057edb Color Hex

#057EDB
(5,126,219)
0 Favorites   0 Comments

Color spaces of #057edb

RGB 5126219
HSL0.570.960.44
HSV206°98°86°
CMYK 0.980.420.00   0.14
XYZ20.309620.068469.8210
Yxy20.06840.18430.1821
Hunter Lab44.79782.5290-61.0499
CIE-Lab51.91456.1871-55.3728

#057edb color RGB value is (5,126,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000101 01111110 11011011
Octal 5 176 333
Decimal 5 126 219
Hex 5 7E DB

RGB Percentages of Color #057edb

%1.43
%36.00
%62.57

CMYK Percentages of Color #057edb

%98
%42
%0
%14

Triadic Colors of #057edb

#057edb #db057e #7edb05

Analogous Colors of #057edb

#057edb #0513db #05dbcd

Monochromatic Colors of #057edb

#057edb

Complementary Color

#057edb #db6205

#057edb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#057edb Color Preview on White Background

Lorem ipsum dolor sit amet.

#057edb Color CSS Codes

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

#057edb Text Font Color

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

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


#057edb Background Color

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

This div background color is #057edb


#057edb Border Color

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

This div border color is #057edb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #057edb


Comments

No comments written yet.

Please login to write comment.