Color Hex Logo

#5111fb Color Hex

#5111FB
(81,17,251)
0 Favorites   0 Comments

Color spaces of #5111fb

RGB 8117251
HSL0.710.970.53
HSV256°93°98°
CMYK 0.680.930.00   0.02
XYZ21.00649.115391.9190
Yxy9.11530.17210.0747
Hunter Lab30.191671.3599-159.3759
CIE-Lab36.205377.2790-99.0125

#5111fb color RGB value is (81,17,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 00010001 11111011
Octal 121 21 373
Decimal 81 17 251
Hex 51 11 FB

RGB Percentages of Color #5111fb

%23.21
%4.87
%71.92

CMYK Percentages of Color #5111fb

%68
%93
%0
%2

Triadic Colors of #5111fb

#5111fb #fb5111 #11fb51

Analogous Colors of #5111fb

#5111fb #c611fb #1146fb

Monochromatic Colors of #5111fb

#5111fb

Complementary Color

#5111fb #bbfb11

#5111fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5111fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5111fb Color CSS Codes

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

#5111fb Text Font Color

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

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


#5111fb Background Color

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

This div background color is #5111fb


#5111fb Border Color

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

This div border color is #5111fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5111fb

Related Colors


Comments

No comments written yet.

Please login to write comment.