Color Hex Logo

#5502fb Color Hex

#5502FB
(85,2,251)
0 Favorites   0 Comments

Color spaces of #5502fb

RGB 852251
HSL0.720.980.50
HSV260°99°98°
CMYK 0.660.990.00   0.02
XYZ21.18068.939791.8760
Yxy8.93970.17360.0733
Hunter Lab29.899374.1251-161.2594
CIE-Lab35.867979.5667-99.5648

#5502fb color RGB value is (85,2,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 00000010 11111011
Octal 125 2 373
Decimal 85 2 251
Hex 55 2 FB

RGB Percentages of Color #5502fb

%25.15
%0.59
%74.26

CMYK Percentages of Color #5502fb

%66
%99
%0
%2

Triadic Colors of #5502fb

#5502fb #fb5502 #02fb55

Analogous Colors of #5502fb

#5502fb #d202fb #022bfb

Monochromatic Colors of #5502fb

#5502fb

Complementary Color

#5502fb #a8fb02

#5502fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5502fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5502fb Color CSS Codes

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

#5502fb Text Font Color

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

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


#5502fb Background Color

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

This div background color is #5502fb


#5502fb Border Color

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

This div border color is #5502fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5502fb

Related Colors


Comments

No comments written yet.

Please login to write comment.