top of page

Purchase Inquiries

  It's best to inquire about individual artworks for pricing but the Phosphenes  artworks (20 x 20") run from $500.00 to $1,000.00 each. The current series (Alcoves) runs from  $700.00-$1,000.00 each. Every artwork is created individually and editions are no larger than five of each image.

  Myth Swings runs from $300.00 to $500.00, including the tilt frames.

  I accept monthly payments and it is most important that the artwork ends up in a place where it is valued, thus pricing is flexible.

  *Subscribe to my monthly

newsletter by sending me your email to hjlowe3d@gmail.com

Anchor 1
PayPal ButtonPayPal Button
bottom of page
//sketch1 for transparency_Heather Lowe void setup() { size(500,400); } void draw() { background(24, 200, 150); stroke(255, 255, 255); fill(160, 220, 90, 70); ellipse(200, 200, 300, 300); fill(252, 246, 115); ellipse(200, 200, 175, 175); fill(160, 210, 230, 50); rect(mouseX, mouseY, 200, 200, 20); fill(240, 30, 0, 80); ellipse (200, mouseY, 100, 100); fill(240, 30, 0, 50); ellipse (300, mouseX, 90, 90); fill(240, 30, 0, 30); ellipse (mouseX, 50, 70, 70); fill(160, 210, 230, 50); rect(mouseY, mouseX, 100, 100, 20); }