Color Hex Logo

#557fea Color Hex

#557FEA
(85,127,234)
0 Favorites   0 Comments

Color spaces of #557fea

RGB 85127234
HSL0.620.780.63
HSV223°64°92°
CMYK 0.640.460.00   0.08
XYZ26.187023.050680.9109
Yxy23.05060.20120.1771
Hunter Lab48.011013.3412-66.3111
CIE-Lab55.124418.7805-58.5247

#557fea color RGB value is (85,127,234).

#557fea hex color red value is 85, green value is 127 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #557fea hue: 0.62 , saturation: 0.78 and the lightness value of 557fea is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 01111111 11101010
Octal 125 177 352
Decimal 85 127 234
Hex 55 7F EA

RGB Percentages of Color #557fea

%19.06
%28.48
%52.47

CMYK Percentages of Color #557fea

%64
%46
%0
%8

Triadic Colors of #557fea

#557fea #ea557f #7fea55

Analogous Colors of #557fea

#557fea #7655ea #55caea

Monochromatic Colors of #557fea

#557fea

Complementary Color

#557fea #eac055

#557fea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#557fea Color Preview on White Background

Lorem ipsum dolor sit amet.

#557fea Color CSS Codes

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

#557fea Text Font Color

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

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


#557fea Background Color

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

This div background color is #557fea


#557fea Border Color

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

This div border color is #557fea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #557fea


Comments

No comments written yet.

Please login to write comment.