/Color-in-Memory

Small website that serves to show colors using hex creating the image in memory.

Primary LanguagePython

Color in Memory

Small website that serves to show colors using hex creating the image in memory.

All the routes for the site.

  • / - Random color
  • /hex/{hex_code} - Hex color (example: FFFFFF)
  • /rgb/{rgb_code} - RGB color (example: 255,255,255)
  • /rgba/{rgba_code} - RGBA color (example: 255,255,255,0.5)
  • /hsl/{hsl_code} - HSL color (example: 255,100,100)
  • /hsla/{hsla_code} - HSLA color (example: 255,100,100,0.5)
  • /cmyk/{cmyk_code} - CMYK color (example: 0,0,0,46)