Color Hex Logo

#557fef Color Hex

#557FEF
(85,127,239)
0 Favorites   0 Comments

Color spaces of #557fef

RGB 85127239
HSL0.620.830.64
HSV224°64°94°
CMYK 0.640.470.00   0.06
XYZ26.915723.342084.7482
Yxy23.34200.19940.1729
Hunter Lab48.313614.8944-70.1828
CIE-Lab55.422920.4843-60.8298

#557fef color RGB value is (85,127,239).

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

The process color (four color CMYK) of #557fef color hex is 0.64, 0.47, 0.00, 0.06. Web safe color of #557fef is #6666ff. Color #557fef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 01111111 11101111
Octal 125 177 357
Decimal 85 127 239
Hex 55 7F EF

RGB Percentages of Color #557fef

%18.85
%28.16
%52.99

CMYK Percentages of Color #557fef

%64
%47
%0
%6

Triadic Colors of #557fef

#557fef #ef557f #7fef55

Analogous Colors of #557fef

#557fef #7855ef #55ccef

Monochromatic Colors of #557fef

#557fef

Complementary Color

#557fef #efc555

#557fef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#557fef Color Preview on White Background

Lorem ipsum dolor sit amet.

#557fef Color CSS Codes

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

#557fef Text Font Color

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

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


#557fef Background Color

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

This div background color is #557fef


#557fef Border Color

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

This div border color is #557fef


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(85,127,239, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #557fef


Comments

No comments written yet.

Please login to write comment.