Color Hex Logo

#557fec Color Hex

#557FEC
(85,127,236)
0 Favorites   0 Comments

Color spaces of #557fec

RGB 85127236
HSL0.620.800.63
HSV223°64°93°
CMYK 0.640.460.00   0.07
XYZ26.476023.166282.4330
Yxy23.16620.20050.1754
Hunter Lab48.131313.9593-67.8523
CIE-Lab55.243119.4613-59.4490

#557fec color RGB value is (85,127,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 01111111 11101100
Octal 125 177 354
Decimal 85 127 236
Hex 55 7F EC

RGB Percentages of Color #557fec

%18.97
%28.35
%52.68

CMYK Percentages of Color #557fec

%64
%46
%0
%7

Triadic Colors of #557fec

#557fec #ec557f #7fec55

Analogous Colors of #557fec

#557fec #7755ec #55cbec

Monochromatic Colors of #557fec

#557fec

Complementary Color

#557fec #ecc255

#557fec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#557fec Color Preview on White Background

Lorem ipsum dolor sit amet.

#557fec Color CSS Codes

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

#557fec Text Font Color

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

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


#557fec Background Color

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

This div background color is #557fec


#557fec Border Color

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

This div border color is #557fec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #557fec


Comments

No comments written yet.

Please login to write comment.