Color Hex Logo

#5650bc Color Hex

#5650BC
(86,80,188)
0 Favorites   0 Comments

Color spaces of #5650bc

RGB 8680188
HSL0.680.450.53
HSV243°57°74°
CMYK 0.540.570.00   0.26
XYZ15.783511.346648.9352
Yxy11.34660.20750.1492
Hunter Lab33.684724.6907-62.5538
CIE-Lab40.158232.7651-56.3726

#5650bc color RGB value is (86,80,188).

#5650bc hex color red value is 86, green value is 80 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #5650bc hue: 0.68 , saturation: 0.45 and the lightness value of 5650bc is 0.53.

The process color (four color CMYK) of #5650bc color hex is 0.54, 0.57, 0.00, 0.26. Web safe color of #5650bc is #6666cc. Color #5650bc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 01010000 10111100
Octal 126 120 274
Decimal 86 80 188
Hex 56 50 BC

RGB Percentages of Color #5650bc

%24.29
%22.60
%53.11

CMYK Percentages of Color #5650bc

%54
%57
%0
%26

Triadic Colors of #5650bc

#5650bc #bc5650 #50bc56

Analogous Colors of #5650bc

#5650bc #8c50bc #5080bc

Monochromatic Colors of #5650bc

#5650bc

Complementary Color

#5650bc #b6bc50

#5650bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5650bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#5650bc Color CSS Codes

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

#5650bc Text Font Color

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

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


#5650bc Background Color

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

This div background color is #5650bc


#5650bc Border Color

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

This div border color is #5650bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5650bc


Comments

No comments written yet.

Please login to write comment.