Color Hex Logo

#556efa Color Hex

#556EFA
(85,110,250)
0 Favorites   0 Comments

Color spaces of #556efa

RGB 85110250
HSL0.640.940.66
HSV231°66°98°
CMYK 0.660.560.00   0.02
XYZ26.577619.985392.8992
Yxy19.98530.19060.1433
Hunter Lab44.704927.8867-91.9143
CIE-Lab51.820634.6308-72.7592

#556efa color RGB value is (85,110,250).

#556efa hex color red value is 85, green value is 110 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #556efa hue: 0.64 , saturation: 0.94 and the lightness value of 556efa is 0.66.

The process color (four color CMYK) of #556efa color hex is 0.66, 0.56, 0.00, 0.02. Web safe color of #556efa is #6666ff. Color #556efa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 01101110 11111010
Octal 125 156 372
Decimal 85 110 250
Hex 55 6E FA

RGB Percentages of Color #556efa

%19.10
%24.72
%56.18

CMYK Percentages of Color #556efa

%66
%56
%0
%2

Triadic Colors of #556efa

#556efa #fa556e #6efa55

Analogous Colors of #556efa

#556efa #8f55fa #55c1fa

Monochromatic Colors of #556efa

#556efa

Complementary Color

#556efa #fae155

#556efa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#556efa Color Preview on White Background

Lorem ipsum dolor sit amet.

#556efa Color CSS Codes

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

#556efa Text Font Color

<p style="color:#556efa">Text here</p>

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


#556efa Background Color

<div style="background-color:#556efa">
Div content here</div>

This div background color is #556efa


#556efa Border Color

<div style="border:3px solid #556efa">
Div here</div>

This div border color is #556efa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(85,110,250, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #556efa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #556efa;
  -webkit-box-shadow: 1px 1px 3px 2px #556efa;
  box-shadow:         1px 1px 3px 2px #556efa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #556efa


Comments

No comments written yet.

Please login to write comment.