Color Hex Logo

#555cfb Color Hex

#555CFB
(85,92,251)
0 Favorites   0 Comments

Color spaces of #555cfb

RGB 8592251
HSL0.660.950.66
HSV237°66°98°
CMYK 0.660.630.00   0.02
XYZ24.986016.550693.1445
Yxy16.55060.18550.1229
Hunter Lab40.682438.4354-107.2698
CIE-Lab47.688745.7790-80.0499

#555cfb color RGB value is (85,92,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 01011100 11111011
Octal 125 134 373
Decimal 85 92 251
Hex 55 5C FB

RGB Percentages of Color #555cfb

%19.86
%21.50
%58.64

CMYK Percentages of Color #555cfb

%66
%63
%0
%2

Triadic Colors of #555cfb

#555cfb #fb555c #5cfb55

Analogous Colors of #555cfb

#555cfb #a155fb #55affb

Monochromatic Colors of #555cfb

#555cfb

Complementary Color

#555cfb #fbf455

#555cfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#555cfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#555cfb Color CSS Codes

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

#555cfb Text Font Color

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

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


#555cfb Background Color

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

This div background color is #555cfb


#555cfb Border Color

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

This div border color is #555cfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #555cfb

Related Colors


Comments

No comments written yet.

Please login to write comment.