Color Hex Logo

#057cdb Color Hex

#057CDB
(5,124,219)
0 Favorites   0 Comments

Color spaces of #057cdb

RGB 5124219
HSL0.570.960.44
HSV207°98°86°
CMYK 0.980.430.00   0.14
XYZ20.056419.562069.7366
Yxy19.56200.18340.1789
Hunter Lab44.22893.5433-62.5234
CIE-Lab51.33837.4230-56.2966

#057cdb color RGB value is (5,124,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000101 01111100 11011011
Octal 5 174 333
Decimal 5 124 219
Hex 5 7C DB

RGB Percentages of Color #057cdb

%1.44
%35.63
%62.93

CMYK Percentages of Color #057cdb

%98
%43
%0
%14

Triadic Colors of #057cdb

#057cdb #db057c #7cdb05

Analogous Colors of #057cdb

#057cdb #0511db #05dbcf

Monochromatic Colors of #057cdb

#057cdb

Complementary Color

#057cdb #db6405

#057cdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#057cdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#057cdb Color CSS Codes

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

#057cdb Text Font Color

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

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


#057cdb Background Color

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

This div background color is #057cdb


#057cdb Border Color

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

This div border color is #057cdb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(5,124,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 #057cdb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #057cdb


Comments

No comments written yet.

Please login to write comment.