Color Hex Logo

#551cfb Color Hex

#551CFB
(85,28,251)
0 Favorites   0 Comments

Color spaces of #551cfb

RGB 8528251
HSL0.710.970.55
HSV255°89°98°
CMYK 0.660.890.00   0.02
XYZ21.57429.726892.0072
Yxy9.72680.17500.0789
Hunter Lab31.187868.8988-153.0800
CIE-Lab37.347675.0552-97.1036

#551cfb color RGB value is (85,28,251).

#551cfb hex color red value is 85, green value is 28 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #551cfb hue: 0.71 , saturation: 0.97 and the lightness value of 551cfb is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 00011100 11111011
Octal 125 34 373
Decimal 85 28 251
Hex 55 1C FB

RGB Percentages of Color #551cfb

%23.35
%7.69
%68.96

CMYK Percentages of Color #551cfb

%66
%89
%0
%2

Triadic Colors of #551cfb

#551cfb #fb551c #1cfb55

Analogous Colors of #551cfb

#551cfb #c51cfb #1c52fb

Monochromatic Colors of #551cfb

#551cfb

Complementary Color

#551cfb #c2fb1c

#551cfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#551cfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#551cfb Color CSS Codes

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

#551cfb Text Font Color

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

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


#551cfb Background Color

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

This div background color is #551cfb


#551cfb Border Color

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

This div border color is #551cfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #551cfb


Comments

No comments written yet.

Please login to write comment.