Color Hex Logo

#557bef Color Hex

#557BEF
(85,123,239)
0 Favorites   0 Comments

Color spaces of #557bef

RGB 85123239
HSL0.630.830.64
HSV225°64°94°
CMYK 0.640.490.00   0.06
XYZ26.409322.329284.5794
Yxy22.32920.19810.1675
Hunter Lab47.253817.0664-73.0453
CIE-Lab54.374622.9306-62.5151

#557bef color RGB value is (85,123,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 01111011 11101111
Octal 125 173 357
Decimal 85 123 239
Hex 55 7B EF

RGB Percentages of Color #557bef

%19.02
%27.52
%53.47

CMYK Percentages of Color #557bef

%64
%49
%0
%6

Triadic Colors of #557bef

#557bef #ef557b #7bef55

Analogous Colors of #557bef

#557bef #7c55ef #55c8ef

Monochromatic Colors of #557bef

#557bef

Complementary Color

#557bef #efc955

#557bef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#557bef Color Preview on White Background

Lorem ipsum dolor sit amet.

#557bef Color CSS Codes

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

#557bef Text Font Color

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

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


#557bef Background Color

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

This div background color is #557bef


#557bef Border Color

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

This div border color is #557bef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #557bef


Comments

No comments written yet.

Please login to write comment.