Color Hex Logo

#555ffa Color Hex

#555FFA
(85,95,250)
0 Favorites   0 Comments

Color spaces of #555ffa

RGB 8595250
HSL0.660.940.66
HSV236°66°98°
CMYK 0.660.620.00   0.02
XYZ25.093817.017892.4047
Yxy17.01780.18650.1265
Hunter Lab41.252636.3887-103.9310
CIE-Lab48.282543.6798-78.5223

#555ffa color RGB value is (85,95,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 01011111 11111010
Octal 125 137 372
Decimal 85 95 250
Hex 55 5F FA

RGB Percentages of Color #555ffa

%19.77
%22.09
%58.14

CMYK Percentages of Color #555ffa

%66
%62
%0
%2

Triadic Colors of #555ffa

#555ffa #fa555f #5ffa55

Analogous Colors of #555ffa

#555ffa #9e55fa #55b2fa

Monochromatic Colors of #555ffa

#555ffa

Complementary Color

#555ffa #faf055

#555ffa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#555ffa Color Preview on White Background

Lorem ipsum dolor sit amet.

#555ffa Color CSS Codes

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

#555ffa Text Font Color

<p style="color:#555ffa">Text here</p>

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


#555ffa Background Color

<div style="background-color:#555ffa">
Div content here</div>

This div background color is #555ffa


#555ffa Border Color

<div style="border:3px solid #555ffa">
Div here</div>

This div border color is #555ffa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #555ffa


Comments

No comments written yet.

Please login to write comment.