Color Hex Logo

#5501fb Color Hex

#5501FB
(85,1,251)
0 Favorites   0 Comments

Color spaces of #5501fb

RGB 851251
HSL0.720.990.49
HSV260°100°98°
CMYK 0.661.000.00   0.02
XYZ21.16988.918091.8724
Yxy8.91800.17360.0731
Hunter Lab29.863074.2778-161.4992
CIE-Lab35.825979.6962-99.6347

#5501fb color RGB value is (85,1,251).

#5501fb hex color red value is 85, green value is 1 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #5501fb hue: 0.72 , saturation: 0.99 and the lightness value of 5501fb is 0.49.

The process color (four color CMYK) of #5501fb color hex is 0.66, 1.00, 0.00, 0.02. Web safe color of #5501fb is #6600ff. Color #5501fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 00000001 11111011
Octal 125 1 373
Decimal 85 1 251
Hex 55 1 FB

RGB Percentages of Color #5501fb

%25.22
%0.30
%74.48

CMYK Percentages of Color #5501fb

%66
%100
%0
%2

Triadic Colors of #5501fb

#5501fb #fb5501 #01fb55

Analogous Colors of #5501fb

#5501fb #d201fb #012afb

Monochromatic Colors of #5501fb

#5501fb

Complementary Color

#5501fb #a7fb01

#5501fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5501fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5501fb Color CSS Codes

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

#5501fb Text Font Color

<p style="color:#5501fb">Text here</p>

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


#5501fb Background Color

<div style="background-color:#5501fb">
Div content here</div>

This div background color is #5501fb


#5501fb Border Color

<div style="border:3px solid #5501fb">
Div here</div>

This div border color is #5501fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5501fb


Comments

No comments written yet.

Please login to write comment.