Color Hex Logo

#5650fb Color Hex

#5650FB
(86,80,251)
0 Favorites   0 Comments

Color spaces of #5650fb

RGB 8680251
HSL0.670.960.65
HSV242°68°98°
CMYK 0.660.680.00   0.02
XYZ24.119014.680892.8293
Yxy14.68080.18320.1115
Hunter Lab38.315545.3106-116.8245
CIE-Lab45.193952.7843-84.1370

#5650fb color RGB value is (86,80,251).

#5650fb hex color red value is 86, green value is 80 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #5650fb hue: 0.67 , saturation: 0.96 and the lightness value of 5650fb is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 01010110 01010000 11111011
Octal 126 120 373
Decimal 86 80 251
Hex 56 50 FB

RGB Percentages of Color #5650fb

%20.62
%19.18
%60.19

CMYK Percentages of Color #5650fb

%66
%68
%0
%2

Triadic Colors of #5650fb

#5650fb #fb5650 #50fb56

Analogous Colors of #5650fb

#5650fb #ac50fb #50a0fb

Monochromatic Colors of #5650fb

#5650fb

Complementary Color

#5650fb #f5fb50

#5650fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5650fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5650fb Color CSS Codes

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

#5650fb Text Font Color

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

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


#5650fb Background Color

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

This div background color is #5650fb


#5650fb Border Color

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

This div border color is #5650fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5650fb


Comments

No comments written yet.

Please login to write comment.