Color Hex Logo

#557af8 Color Hex

#557AF8
(85,122,248)
0 Favorites   0 Comments

Color spaces of #557af8

RGB 85122248
HSL0.630.920.65
HSV226°66°97°
CMYK 0.660.510.00   0.03
XYZ27.649122.627791.7172
Yxy22.62770.19470.1594
Hunter Lab47.568620.5076-81.0193
CIE-Lab54.686826.6127-67.0096

#557af8 color RGB value is (85,122,248).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 01111010 11111000
Octal 125 172 370
Decimal 85 122 248
Hex 55 7A F8

RGB Percentages of Color #557af8

%18.68
%26.81
%54.51

CMYK Percentages of Color #557af8

%66
%51
%0
%3

Triadic Colors of #557af8

#557af8 #f8557a #7af855

Analogous Colors of #557af8

#557af8 #8255f8 #55ccf8

Monochromatic Colors of #557af8

#557af8

Complementary Color

#557af8 #f8d355

#557af8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#557af8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#557af8 Color CSS Codes

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

#557af8 Text Font Color

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

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


#557af8 Background Color

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

This div background color is #557af8


#557af8 Border Color

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

This div border color is #557af8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #557af8


Comments

No comments written yet.

Please login to write comment.