Color Hex Logo

#557ffc Color Hex

#557FFC
(85,127,252)
0 Favorites   0 Comments

Color spaces of #557ffc

RGB 85127252
HSL0.620.970.66
HSV225°66°99°
CMYK 0.660.500.00   0.01
XYZ28.906424.138395.2311
Yxy24.13830.19500.1628
Hunter Lab49.130719.0429-80.5315
CIE-Lab56.226024.9256-66.7377

#557ffc color RGB value is (85,127,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 01111111 11111100
Octal 125 177 374
Decimal 85 127 252
Hex 55 7F FC

RGB Percentages of Color #557ffc

%18.32
%27.37
%54.31

CMYK Percentages of Color #557ffc

%66
%50
%0
%1

Triadic Colors of #557ffc

#557ffc #fc557f #7ffc55

Analogous Colors of #557ffc

#557ffc #7f55fc #55d3fc

Monochromatic Colors of #557ffc

#557ffc

Complementary Color

#557ffc #fcd255

#557ffc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#557ffc Color Preview on White Background

Lorem ipsum dolor sit amet.

#557ffc Color CSS Codes

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

#557ffc Text Font Color

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

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


#557ffc Background Color

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

This div background color is #557ffc


#557ffc Border Color

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

This div border color is #557ffc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #557ffc


Comments

No comments written yet.

Please login to write comment.