Color Hex Logo

#057dfa Color Hex

#057DFA
(5,125,250)
0 Favorites   0 Comments

Color spaces of #057dfa

RGB 5125250
HSL0.590.960.50
HSV211°98°98°
CMYK 0.980.500.00   0.02
XYZ24.651521.601693.3127
Yxy21.60160.17660.1548
Hunter Lab46.477513.3401-86.5020
CIE-Lab53.601718.8562-69.9693

#057dfa color RGB value is (5,125,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000101 01111101 11111010
Octal 5 175 372
Decimal 5 125 250
Hex 5 7D FA

RGB Percentages of Color #057dfa

%1.32
%32.89
%65.79

CMYK Percentages of Color #057dfa

%98
%50
%0
%2

Triadic Colors of #057dfa

#057dfa #fa057d #7dfa05

Analogous Colors of #057dfa

#057dfa #0805fa #05f8fa

Monochromatic Colors of #057dfa

#057dfa

Complementary Color

#057dfa #fa8205

#057dfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#057dfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#057dfa Color CSS Codes

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

#057dfa Text Font Color

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

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


#057dfa Background Color

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

This div background color is #057dfa


#057dfa Border Color

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

This div border color is #057dfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #057dfa


Comments

No comments written yet.

Please login to write comment.