Color Hex Logo

#5651fb Color Hex

#5651FB
(86,81,251)
0 Favorites   0 Comments

Color spaces of #5651fb

RGB 8681251
HSL0.670.960.65
HSV242°68°98°
CMYK 0.660.680.00   0.02
XYZ24.192814.828392.8538
Yxy14.82830.18350.1124
Hunter Lab38.507544.7565-116.0116
CIE-Lab45.398152.2264-83.8015

#5651fb color RGB value is (86,81,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010110 01010001 11111011
Octal 126 121 373
Decimal 86 81 251
Hex 56 51 FB

RGB Percentages of Color #5651fb

%20.57
%19.38
%60.05

CMYK Percentages of Color #5651fb

%66
%68
%0
%2

Triadic Colors of #5651fb

#5651fb #fb5651 #51fb56

Analogous Colors of #5651fb

#5651fb #ab51fb #51a1fb

Monochromatic Colors of #5651fb

#5651fb

Complementary Color

#5651fb #f6fb51

#5651fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5651fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5651fb Color CSS Codes

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

#5651fb Text Font Color

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

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


#5651fb Background Color

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

This div background color is #5651fb


#5651fb Border Color

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

This div border color is #5651fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5651fb

Related Colors


Comments

No comments written yet.

Please login to write comment.