Color Hex Logo

#557bfc Color Hex

#557BFC
(85,123,252)
0 Favorites   0 Comments

Color spaces of #557bfc

RGB 85123252
HSL0.630.970.66
HSV226°66°99°
CMYK 0.660.510.00   0.01
XYZ28.400023.125595.0623
Yxy23.12550.19370.1578
Hunter Lab48.089021.2614-83.5422
CIE-Lab55.201427.3670-68.3913

#557bfc color RGB value is (85,123,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 01111011 11111100
Octal 125 173 374
Decimal 85 123 252
Hex 55 7B FC

RGB Percentages of Color #557bfc

%18.48
%26.74
%54.78

CMYK Percentages of Color #557bfc

%66
%51
%0
%1

Triadic Colors of #557bfc

#557bfc #fc557b #7bfc55

Analogous Colors of #557bfc

#557bfc #8355fc #55cffc

Monochromatic Colors of #557bfc

#557bfc

Complementary Color

#557bfc #fcd655

#557bfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#557bfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#557bfc Color CSS Codes

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

#557bfc Text Font Color

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

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


#557bfc Background Color

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

This div background color is #557bfc


#557bfc Border Color

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

This div border color is #557bfc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(85,123,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 #557bfc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #557bfc


Comments

No comments written yet.

Please login to write comment.