Color Hex Logo

#5516fb Color Hex

#5516FB
(85,22,251)
0 Favorites   0 Comments

Color spaces of #5516fb

RGB 8522251
HSL0.710.970.54
HSV257°91°98°
CMYK 0.660.910.00   0.02
XYZ21.44589.470191.9644
Yxy9.47010.17450.0771
Hunter Lab30.773570.5414-155.6423
CIE-Lab36.874176.4898-97.8906

#5516fb color RGB value is (85,22,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 00010110 11111011
Octal 125 26 373
Decimal 85 22 251
Hex 55 16 FB

RGB Percentages of Color #5516fb

%23.74
%6.15
%70.11

CMYK Percentages of Color #5516fb

%66
%91
%0
%2

Triadic Colors of #5516fb

#5516fb #fb5516 #16fb55

Analogous Colors of #5516fb

#5516fb #c816fb #1649fb

Monochromatic Colors of #5516fb

#5516fb

Complementary Color

#5516fb #bcfb16

#5516fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5516fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5516fb Color CSS Codes

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

#5516fb Text Font Color

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

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


#5516fb Background Color

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

This div background color is #5516fb


#5516fb Border Color

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

This div border color is #5516fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5516fb


Comments

No comments written yet.

Please login to write comment.