Color Hex Logo

#557ffa Color Hex

#557FFA
(85,127,250)
0 Favorites   0 Comments

Color spaces of #557ffa

RGB 85127250
HSL0.620.940.66
HSV225°66°98°
CMYK 0.660.490.00   0.02
XYZ28.591024.012293.5704
Yxy24.01220.19560.1643
Hunter Lab49.002218.3942-78.9134
CIE-Lab56.100024.2412-65.8366

#557ffa color RGB value is (85,127,250).

#557ffa hex color red value is 85, green value is 127 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #557ffa hue: 0.62 , saturation: 0.94 and the lightness value of 557ffa is 0.66.

The process color (four color CMYK) of #557ffa color hex is 0.66, 0.49, 0.00, 0.02. Web safe color of #557ffa is #6666ff. Color #557ffa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 01111111 11111010
Octal 125 177 372
Decimal 85 127 250
Hex 55 7F FA

RGB Percentages of Color #557ffa

%18.40
%27.49
%54.11

CMYK Percentages of Color #557ffa

%66
%49
%0
%2

Triadic Colors of #557ffa

#557ffa #fa557f #7ffa55

Analogous Colors of #557ffa

#557ffa #7e55fa #55d2fa

Monochromatic Colors of #557ffa

#557ffa

Complementary Color

#557ffa #fad055

#557ffa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#557ffa Color Preview on White Background

Lorem ipsum dolor sit amet.

#557ffa Color CSS Codes

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

#557ffa Text Font Color

<p style="color:#557ffa">Text here</p>

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


#557ffa Background Color

<div style="background-color:#557ffa">
Div content here</div>

This div background color is #557ffa


#557ffa Border Color

<div style="border:3px solid #557ffa">
Div here</div>

This div border color is #557ffa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(85,127,250, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #557ffa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #557ffa;
  -webkit-box-shadow: 1px 1px 3px 2px #557ffa;
  box-shadow:         1px 1px 3px 2px #557ffa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(85,127,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 #557ffa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #557ffa


Comments

No comments written yet.

Please login to write comment.