Color Hex Logo

#557aef Color Hex

#557AEF
(85,122,239)
0 Favorites   0 Comments

Color spaces of #557aef

RGB 85122239
HSL0.630.830.64
HSV226°64°94°
CMYK 0.640.490.00   0.06
XYZ26.285822.082484.5383
Yxy22.08240.19780.1661
Hunter Lab46.991917.6114-73.7682
CIE-Lab54.114323.5430-62.9340

#557aef color RGB value is (85,122,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 01111010 11101111
Octal 125 172 357
Decimal 85 122 239
Hex 55 7A EF

RGB Percentages of Color #557aef

%19.06
%27.35
%53.59

CMYK Percentages of Color #557aef

%64
%49
%0
%6

Triadic Colors of #557aef

#557aef #ef557a #7aef55

Analogous Colors of #557aef

#557aef #7d55ef #55c7ef

Monochromatic Colors of #557aef

#557aef

Complementary Color

#557aef #efca55

#557aef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#557aef Color Preview on White Background

Lorem ipsum dolor sit amet.

#557aef Color CSS Codes

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

#557aef Text Font Color

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

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


#557aef Background Color

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

This div background color is #557aef


#557aef Border Color

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

This div border color is #557aef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #557aef


Comments

No comments written yet.

Please login to write comment.