Color Hex Logo

#557fcf Color Hex

#557FCF
(85,127,207)
0 Favorites   0 Comments

Color spaces of #557fcf

RGB 85127207
HSL0.610.560.57
HSV219°59°81°
CMYK 0.590.390.00   0.19
XYZ22.598221.615062.0126
Yxy21.61500.21270.2035
Hunter Lab46.49195.4021-46.5388
CIE-Lab53.61619.6833-45.7539

#557fcf color RGB value is (85,127,207).

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

The process color (four color CMYK) of #557fcf color hex is 0.59, 0.39, 0.00, 0.19. Web safe color of #557fcf is #6666cc. Color #557fcf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 01111111 11001111
Octal 125 177 317
Decimal 85 127 207
Hex 55 7F CF

RGB Percentages of Color #557fcf

%20.29
%30.31
%49.40

CMYK Percentages of Color #557fcf

%59
%39
%0
%19

Triadic Colors of #557fcf

#557fcf #cf557f #7fcf55

Analogous Colors of #557fcf

#557fcf #6855cf #55bccf

Monochromatic Colors of #557fcf

#557fcf

Complementary Color

#557fcf #cfa555

#557fcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#557fcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#557fcf Color CSS Codes

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

#557fcf Text Font Color

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

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


#557fcf Background Color

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

This div background color is #557fcf


#557fcf Border Color

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

This div border color is #557fcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #557fcf


Comments

No comments written yet.

Please login to write comment.