Color Hex Logo

#5650df Color Hex

#5650DF
(86,80,223)
0 Favorites   0 Comments

Color spaces of #5650df

RGB 8680223
HSL0.670.690.59
HSV243°64°87°
CMYK 0.610.640.00   0.13
XYZ20.025713.043571.2742
Yxy13.04350.19190.1250
Hunter Lab36.115835.7731-91.7273
CIE-Lab42.828743.9504-72.2262

#5650df color RGB value is (86,80,223).

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

The process color (four color CMYK) of #5650df color hex is 0.61, 0.64, 0.00, 0.13. Web safe color of #5650df is #6666cc. Color #5650df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 01010000 11011111
Octal 126 120 337
Decimal 86 80 223
Hex 56 50 DF

RGB Percentages of Color #5650df

%22.11
%20.57
%57.33

CMYK Percentages of Color #5650df

%61
%64
%0
%13

Triadic Colors of #5650df

#5650df #df5650 #50df56

Analogous Colors of #5650df

#5650df #9e50df #5092df

Monochromatic Colors of #5650df

#5650df

Complementary Color

#5650df #d9df50

#5650df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5650df Color Preview on White Background

Lorem ipsum dolor sit amet.

#5650df Color CSS Codes

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

#5650df Text Font Color

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

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


#5650df Background Color

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

This div background color is #5650df


#5650df Border Color

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

This div border color is #5650df


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(86,80,223, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #5650df">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5650df


Comments

No comments written yet.

Please login to write comment.