Color Hex Logo

#557fdc Color Hex

#557FDC
(85,127,220)
0 Favorites   0 Comments

Color spaces of #557fdc

RGB 85127220
HSL0.610.660.60
HSV221°61°86°
CMYK 0.610.420.00   0.14
XYZ24.254022.277370.7318
Yxy22.27730.20680.1900
Hunter Lab47.19889.1276-55.8123
CIE-Lab54.320014.0370-51.9720

#557fdc color RGB value is (85,127,220).

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

The process color (four color CMYK) of #557fdc color hex is 0.61, 0.42, 0.00, 0.14. Web safe color of #557fdc is #6666cc. Color #557fdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 01111111 11011100
Octal 125 177 334
Decimal 85 127 220
Hex 55 7F DC

RGB Percentages of Color #557fdc

%19.68
%29.40
%50.93

CMYK Percentages of Color #557fdc

%61
%42
%0
%14

Triadic Colors of #557fdc

#557fdc #dc557f #7fdc55

Analogous Colors of #557fdc

#557fdc #6f55dc #55c3dc

Monochromatic Colors of #557fdc

#557fdc

Complementary Color

#557fdc #dcb255

#557fdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#557fdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#557fdc Color CSS Codes

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

#557fdc Text Font Color

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

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


#557fdc Background Color

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

This div background color is #557fdc


#557fdc Border Color

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

This div border color is #557fdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #557fdc


Comments

No comments written yet.

Please login to write comment.